sharplib/imm
Marc Hernandez 3f850cc9b0 Implement Xml Serialization Framework with Type Handling and Metadata Caching
- Introduced XmlSer class for XML serialization and deserialization.
- Added TypeMetaCache for caching type metadata and reflection information.
- Implemented various ITypeHandler implementations for handling different types (Primitive, Proxy, ISerializable, Collection, Object).
- Enhanced type resolution with TypeResolver to manage type lookups and conversions.
- Established a configuration class (XmlCfg) to manage serialization settings.
- Integrated support for handling graphs and references in serialized objects.
- Added extensive member processing and filtering based on attributes.
- Ensured compatibility with immutable collections and various data structures.
- Implemented detailed error handling and logging for serialization processes.
2025-05-28 10:46:00 -07:00
..
FSM.cs Implement Xml Serialization Framework with Type Handling and Metadata Caching 2025-05-28 10:46:00 -07:00
Imm.cs Implement Xml Serialization Framework with Type Handling and Metadata Caching 2025-05-28 10:46:00 -07:00
iu.cs Implement Xml Serialization Framework with Type Handling and Metadata Caching 2025-05-28 10:46:00 -07:00
List.cs Implement Xml Serialization Framework with Type Handling and Metadata Caching 2025-05-28 10:46:00 -07:00
Util.cs x) Add observable list 2024-01-14 01:33:07 -08:00