v2026.5.3
All Bundles
Bundle File and console I/O primitives. FileReader and FileWriter handle sequential file access; Console provides stdin/stdout operations. Included in lang.obl — no extra -lib flag needed.

Deserializer

Used to deserialize objects

Operations

New # constructor

Default constructor

New(buffer:Byte[])

Parameters

NameTypeDescription
bufferByteinput byte buffer to read from

ReadBool #

Reads a value

method : public : ReadBool() ~ Bool

Return

TypeDescription
Boolvalue read

ReadBoolArray #

Reads an array of values

method : public : ReadBoolArray() ~ Bool[]

Return

TypeDescription
Boolarray of values

ReadByteArray #

Reads an array of values

method : public : ReadByteArray() ~ Byte[]

Return

TypeDescription
Bytearray of values

ReadChar #

Reads a value

method : public : ReadChar() ~ Char

Return

TypeDescription
Charvalue read

ReadCharArray #

Reads an array of values

method : public : ReadCharArray() ~ Char[]

Return

TypeDescription
Chararray of values

ReadFloat #

Reads a value

method : public : ReadFloat() ~ Float

Return

TypeDescription
Floatvalue read

ReadFloatArray #

Reads an array of values

method : public : ReadFloatArray() ~ Float[]

Return

TypeDescription
Floatarray of values

ReadInt #

Reads a value

method : public : ReadInt() ~ Int

Return

TypeDescription
Intvalue read

ReadIntArray #

Reads an array of values

method : public : ReadIntArray() ~ Int[]

Return

TypeDescription
Intarray of values

ReadObject #

Reads an object

method : public : ReadObject() ~ Base

Return

TypeDescription
Basevalue read

ReadObjectArray #

Reads an object array

method : public : ReadObjectArray() ~ Base[]

Return

TypeDescription
Basevalue read