Skip to main content

About Serialization

Multiplayer framework has built-in serialization support for C# and Unity primitive types out-of-the-box, also with ability to further extend network serialization for user defined types implementing INetworkSerializable interface.

See the following sections: