Namespace MLAPI.Serialization
Classes
Arithmetic
Arithmetic helper class
AutoNetworkSerializable
AutoBitWritable implements INetworkSerializable and automatically serializes fields using reflection
NetworkBuffer
A buffer that can be used at the bit level
NetworkReader
A BinaryReader that can do bit wise manipulation when backed by a NetworkBuffer
NetworkSerializer
NetworkWriter
A BinaryWriter that can do bit wise manipulation when backed by a NetworkBuffer
SerializationManager
Helper class to manage the MLAPI serialization.
Interfaces
INetworkSerializable
Delegates
SerializationManager.CustomDeserializationDelegate<T>
The delegate used when registering custom deserialization for a type.
SerializationManager.CustomSerializationDelegate<T>
The delegate used when registering custom serialization for a type.