aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/serialization/enableable.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-09Remove serialization/enableableJeffrey1-53/+0
Currently working on an EPEE [ser/de]ialization library for Rust and at first glance, EPEE seemed to have support for optional wrappers. However, after looking into it, this feature appears to be half-baked and unused. Furthermore, adding support for optional values would be better suited to implement at the storage level, in my opinion. That would make parsing DOMs easier and less error-prone. If anyone is currently using this code, please comment. Thanks! At the time of writing, this PR has no merge conflicts with #8211
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-07-25move modified epee code to new classes, revert licensefluffypony1-25/+21
2014-07-23License updated to BSD 3-clausefluffypony1-21/+25
2014-03-03moved all stuff to githubAntonio Juarez1-0/+53