System.Runtime.Serialization.Formatters.FormatterTypeStyle Enumeration

Assembly: Mscorlib.dll
Namespace: System.Runtime.Serialization.Formatters
Summary
Indicates the format in which type descriptions are laid out in the serialized stream.
C# Syntax:
[Serializable]
public enum FormatterTypeStyle
See also:
System.Runtime.Serialization.Formatters Namespace

System.Runtime.Serialization.Formatters.FormatterTypeStyle Member List:

Public Fields
TypesAlways Indicates that types can be given to all object members and ISerializable object members.
TypesWhenNeeded Indicates that types can be stated only for arrays of objects, object members of type Object, and ISerializable nonprimitive value types.
XsdString Indicates that strings can be given in the XSD format rather than SOAP. No string IDs are transmitted.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.