Name | Description |
---|---|
AutoStreamSerializable | Finally implemented by classes which support automatic stream (reflective supported) serialization. All members to serialize have attached an SerializeMeAttribute |
SerializeMeAttribute | Attach to members of derived classes of AutoStreamSerializable to get them automatically serialized. |
TypedPrimitive |