Writes an array of booleans.
name of the field.
to be written.
Writes an array of nested compact objects.
For compact objects, if an array contains different item types or undefined a HazelcastSerializationError will be thrown.
name of the field.
to be written.
Writes an array of BigDecimal.
name of the field.
to be written.
Writes an array of 32-bit IEEE 754 floating point numbers.
name of the field.
to be written.
Writes an array of 64-bit IEEE 754 floating point numbers.
name of the field.
to be written.
Writes an array of 16-bit two's complement signed integers.
name of the field.
to be written.
Writes an array of 32-bit two's complement signed integers.
name of the field.
to be written.
Writes an array of 64-bit two's complement signed integers (Long objects).
name of the field.
to be written.
Writes an array of 8-bit two's complement signed integers.
name of the field.
to be written.
Writes a nullable array of nullable booleans.
name of the field.
to be written.
Writes a nullable array of nullable 32-bit IEEE 754 floating point numbers.
name of the field.
to be written.
Writes a nullable array of nullable 64-bit IEEE 754 floating point numbers.
name of the field.
to be written.
Writes a nullable array of nullable 16-bit two's complement signed integers.
name of the field.
to be written.
Writes a nullable array of nullable 32-bit two's complement signed integers.
name of the field.
to be written.
Writes a nullable array of nullable 64-bit two's complement signed integers (Long objects).
name of the field.
to be written.
Writes a nullable array of nullable 8-bit two's complement signed integers.
name of the field.
to be written.
Writes an array of UTF-8 encoded strings.
name of the field.
to be written.
Writes an array of LocalDateTime.
name of the field.
to be written.
Writes an array of OffsetDateTime.
name of the field.
to be written.
Writes a boolean.
name of the field.
to be written.
Writes a nested compact object.
name of the field.
to be written.
Writes a BigDecimal
name of the field.
to be written.
Writes a 32-bit IEEE 754 floating point number.
name of the field.
to be written.
Writes a 64-bit IEEE 754 floating point number.
name of the field.
to be written.
Writes a 16-bit two's complement signed integer.
name of the field.
to be written.
Writes a 32-bit two's complement signed integer.
name of the field.
to be written.
Writes a 64-bit two's complement signed integer (a Long object).
name of the field.
to be written.
Writes an 8-bit two's complement signed integer.
name of the field.
to be written.
Writes a nullable boolean.
name of the field.
to be written.
Writes a nullable 32-bit IEEE 754 floating point number.
name of the field.
to be written.
Writes a nullable 64-bit IEEE 754 floating point number.
name of the field.
to be written.
Writes a nullable 16-bit two's complement signed integer.
name of the field.
to be written.
Writes a nullable 32-bit two's complement signed integer.
name of the field.
to be written.
Writes a nullable 64-bit two's complement signed integer (a Long object).
name of the field.
to be written.
Writes a nullable 8-bit two's complement signed integer.
name of the field.
to be written.
Writes an UTF-8 encoded string.
name of the field.
to be written.
Writes a LocalDateTime.
name of the field.
to be written.
Reads a OffsetDateTime.
name of the field.
to be written.
Generated using TypeDoc
Provides means of writing compact serialized fields to the binary data.