Table of Contents

Namespace Yarhl.IO.Serialization.Attributes

Classes

BinaryBooleanAttribute

Define how to read and write a boolean value. Default type is int

BinaryEndiannessAttribute

Specify the endianness to serialize or deserialize a field.

BinaryEnumAttribute

Define how to read and write a Enum value. Default type is defined in the enum type

BinaryIgnoreAttribute

Set to ignore the property when serializing.

BinaryInt24Attribute

Property is an Int24 value.

BinaryOrderAttribute

Specify the order to serialize or deserialize the fields in binary format.

BinaryStringAttribute

Define how to read and write a string value.