Namespace Tlabs.Data.Serialize
Classes
- SerializationSchema
Serialization schema to define special property attributes.
Structs
- SerializationSchema.PropAttribSetter<T>
Property attribute setter helper.
Interfaces
- IDynamicSerializer
Interface of dynamic object serializer / deserializer where the type of the object is only known during runtime.
- ISerializationSchema<T>
Serialization schema with special property attributes of type
T
.
- ISerializer<T>
Interface of a serializer / deserializer of objects with type
T
.
- ISerializer<T, S>
Interface of a serializer / deserializer of objects with type
T
and a serialization Schema of typeS
.
Enums
- SerializationSchema.PropertyAttribs
Serialization schema property attributes.
Delegates
- ElementCallback
Callback delegate to allow performing modifications on single serialized items
- ElementCallback<T>
Callback delegate to allow performing modifications on single serialized items