cerealed.attrs

Members

Enums

NoCereal
enum NoCereal

Exclude this member from serialization

RawArray
enum RawArray

Do not encode array length before the array. This consumes the remaining bytes when deserializing

Structs

ArrayLength
struct ArrayLength

Inform the library about which member variable contains the length for an array measured in number of elements, not bytes

LengthInBytes
struct LengthInBytes

Specifies the length of an array by the number of bytes, not elements

Meta