YASLI stands for Yet Another Serialization LIbrary.
Features
- Simple user interface, including single method for both storing and loading (intrusive way).
- Non-intrusive way is also supported - for serialization of classes from third party libraries.
- Lookup of named elements. You can reorder, insert, and remove members maintaining backward compatibility with old format.
- TextOArchive/TextIArchive. Store data in compact, human-readable text format.
- Combined generic and abstract approach allows simple addition of new archive types.
- XML archives will be added later.