Namespace Unity.Behavior.Serialization.Binary
Structs
BinaryDeserializationContext<TValue>
The BinaryDeserializationContext<TValue> is available from adapters. It provides access to the current adapter enumerator and allows for control of deserialization for a given type.
BinarySerializationContext<TValue>
The BinarySerializationContext<TValue> is available from adapters. It provides access to the current adapter enumerator and allows for control of serialization for a given type.
Interfaces
IBinaryDeserializationContext
The IBinaryDeserializationContext provides an untyped context for contravariant serialization adapters.