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. More... | |
bool | allowDropExcessArrayItems = true |
Can drop array items if destination array is smaller. More... | |
bool | allowDropExcessStructMembers = true |
Can drop fields not matching any memberTag in destination struct. More... | |
bool | allowBoolConversions = true |
Can convert bool to and from other primitive types (int / floats) More... | |
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.