The InTheHand.Runtime.Serialization namespace contains classes that can be used for serializing and deserializing objects.
| C# | Visual Basic |
namespace InTheHand.Runtime.Serialization
Namespace InTheHand.Runtime.Serialization
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| DataContractAttribute |
Specifies that the type defines or implements a data contract and is serializable by a serializer, such as the DataContractJsonSerializer.
To make their type serializable, type authors must define a data contract for their type.
| |
| DataMemberAttribute |
When applied to the member of a type, specifies that the member is part of a data contract and is serializable by the DataContractJsonSerializer.
|