SerializationWriter Fields |
The SerializationWriter type exposes the following members.
Name | Description | |
---|---|---|
DefaultCapacity |
Default capacity for the underlying MemoryStream
| |
DefaultOptimizeForSize |
The Default setting for the OptimizeForSize property.
| |
DefaultPreserveDecimalScale |
The Default setting for the PreserveDecimalScale property.
| |
HighestOptimizable16BitValue |
Holds the highest Int16 that can be optimized into less than the normal 2 bytes
| |
HighestOptimizable32BitValue |
Holds the highest Int32 that can be optimized into less than the normal 4 bytes
| |
HighestOptimizable64BitValue |
Holds the highest Int64 that can be optimized into less than the normal 8 bytes
|