This documentation is archived and is not being maintained.
FormatterTypeStyle Enumeration
.NET Framework 1.1
Indicates the format in which type descriptions are laid out in the serialized stream.
[Visual Basic] <Serializable> Public Enum FormatterTypeStyle [C#] [Serializable] public enum FormatterTypeStyle [C++] [Serializable] __value public enum FormatterTypeStyle [JScript] public Serializable enum FormatterTypeStyle
Members
| Member name | Description |
|---|---|
| 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. |
Requirements
Namespace: System.Runtime.Serialization.Formatters
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: