In The Hand
InTheHand.Runtime.Serialization Namespace
NamespacesInTheHand.Runtime.Serialization
.NET Components for Mobility
The InTheHand.Runtime.Serialization namespace contains classes that can be used for serializing and deserializing objects.
Declaration Syntax
C#Visual Basic
namespace InTheHand.Runtime.Serialization
Namespace InTheHand.Runtime.Serialization
Types
All TypesClasses
IconTypeDescription
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.