JSONSerializer Class |
Namespace: NetworkCommsDotNet.DPSBase
public class JSONSerializer : DataSerializer
The JSONSerializer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Identifier | (Inherited from DataSerializer.) |
Name | Description | |
---|---|---|
![]() | DeserialiseDataObjectT(Byte) | (Inherited from DataSerializer.) |
![]() | DeserialiseDataObjectT(MemoryStream) | (Inherited from DataSerializer.) |
![]() | DeserialiseDataObjectT(Byte, ListDataProcessor, DictionaryString, String) | (Inherited from DataSerializer.) |
![]() | DeserialiseDataObjectT(MemoryStream, ListDataProcessor, DictionaryString, String) | (Inherited from DataSerializer.) |
![]() | DeserialiseDataObjectInt | (Overrides DataSerializerDeserialiseDataObjectInt(Stream, Type, DictionaryString, String).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SerialiseDataObjectT(T) | (Inherited from DataSerializer.) |
![]() | SerialiseDataObjectT(T, ListDataProcessor, DictionaryString, String) | (Inherited from DataSerializer.) |
![]() | SerialiseDataObjectInt | (Overrides DataSerializerSerialiseDataObjectInt(Stream, Object, DictionaryString, String).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |