Interface INetworkSerializable
Interface for implementing custom serializable types.
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public interface INetworkSerializable
Methods
Name | Description |
---|---|
NetworkSerialize<T>(BufferSerializer<T>) | Provides bi-directional serialization to read and write the desired data to serialize this type. |