Conversion options for the binary versioned deserializer. More...
#include <SerializationBinaryOptions.h>
Public Attributes | |
| bool | allowFloatToIntTruncation = true |
| Can truncate a float to get an integer value. | |
| bool | allowDropExcessArrayItems = true |
| Can drop array items if destination array is smaller. | |
| bool | allowDropExcessStructMembers = true |
| Can drop fields not matching any memberTag in destination struct. | |
| bool | allowBoolConversions = true |
| Can convert bool to and from other primitive types (int / floats) | |
Conversion options for the binary versioned deserializer.
| bool SC::SerializationBinaryOptions::allowBoolConversions = true |
Can convert bool to and from other primitive types (int / floats)
| bool SC::SerializationBinaryOptions::allowDropExcessArrayItems = true |
Can drop array items if destination array is smaller.
| bool SC::SerializationBinaryOptions::allowDropExcessStructMembers = true |
Can drop fields not matching any memberTag in destination struct.
| bool SC::SerializationBinaryOptions::allowFloatToIntTruncation = true |
Can truncate a float to get an integer value.