Name | Description |
---|---|
Instruction | |
Serializer | This class serializes Instructions that are passed between client and server. Functionality: Serialization and Deserialization of the Instructions. Note: Different than the server's serializer class (it uses different implementation of the JSON). The client uses Unity's version of a JSON serialization class because it cannot run the new one which is .NET 4.5 and Unity uses .NET 3.5. |