FormatterTypeStyle Enumeration
.NET Framework (current version)
Indicates the format in which type descriptions are laid out in the serialized stream.
Assembly: mscorlib (in mscorlib.dll)
| 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 non-primitive value types. | |
| XsdString | Indicates that strings can be given in the XSD format rather than SOAP. No string IDs are transmitted. |
.NET Framework
Available since 1.1
Available since 1.1
Show: