Click or drag to resize
SerializationHelper Fields

The SerializationHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCompressor
Setting for the compressor to use on the serialized bytestream. Default: none.
Public fieldStatic memberOptimization
Set this field to the serialization optimization you want to use, application wide. Default: None (use the regular binary formatter serialization / deserialization).
Public fieldStatic memberPreserveObjectIDs
Flag to signal if ObjectID's should be serialized into the output or not. Default: true.
Public fieldStatic memberSerializationKey
Name under which the data is stored in the info block.
Top
See Also