Helper class for object serialisation and deserialisation
Inheritance Hierarchy
CarDeliveryNetwork.Api.DataSerialization
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3008.0 (3.2.3008)
Syntax
The Serialization type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | DeserialiseT |
Deserialises the specified serialised object into instance of T
|
![]() ![]() | Serialize |
Serialised the specified object in the specified format
|
![]() ![]() | TryDeserialiseT |
Deserialises the specified serialised object into instance of T
|
See Also