Name | Description |
---|---|
Program | The main program that creates a new server. Functionality: Creates a new server. |
Serializer | This class serializes Instructions that are passed between client and server. Functionality: Serialization and Deserialization of the Instructions. Note: Different than the client's serializer class (it uses different implementation of the JSON.) The Server uses .NET's implementation which is better and faster. |
Server |