Ws.Services.Serialization Namespace

Contains classes for serializing and deserializing objects when using Web services.

Classes

Name Description
Public Class DataContractAttribute Specifies that the type defines or implements a data contract and is serializable by a serializer, such as the DataContractSerializer.
Public Class DataContractSerializer Serializes and deserializes an instance of a type into an XML stream or document using a supplied data contract.
Public Class DataMemberAttribute When applied to the member of a type, specifies that the member is part of a data contract and is serializable by the DataContractSerializer.
Public Class EnumMemberAttribute Specifies that the field is an enumeration member and should be serialized.
Public Class WsXmlConvert Converts data between common language runtime types and XML Schema definition language (XSD) types.

Enumerations

Name Description
Public Enumeration WildcardValidationType Defines values corresponding to wildcard schema component namespace validation types.