IMessageSerializable Interface
Namespace: Riptide
Assembly: RiptideNetworking.dll
Represents a type that can be added to and retrieved from messages using the AddSerializable<T>(T) and GetSerializable<T>() methods.
public interface IMessageSerializable
Methods
Deserialize(Message) | Retrieves the type from the message. |
Serialize(Message) | Adds the type to the message. |