Class Serializer. Class to Serializer/Deserialize using DataContractJsonSerializer
            
Inheritance Hierarchy
ABSuite.AccessLayer.Connector.Core.UtilitySerializer
Namespace: ABSuite.AccessLayer.Connector.Core.Utility
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Serializer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | Serializer | Initializes a new instance of the Serializer class | 
Methods
| Name | Description | |
|---|---|---|
|   | DeserializeT | 
            Deserialize an object from a byte[] using the DataContractJsonSerializer
             | 
|   | Serialize | 
            Serialize an object using the DataContractJsonSerializer
             | 
Extension Methods
| Name | Description | |
|---|---|---|
|  | GetT | 
            Get the value for the property
            (Defined by ExtensionHelper.) | 
|  | GetAttributeNames | 
            Get a list with all property names available on this object
            (Defined by ExtensionHelper.) | 
|  | SetT | 
            Set the value for a property to the new value
            (Defined by ExtensionHelper.) | 
See Also