Skip to content

Interface SerializationOption

🏷️ Properties

compressed

ts
compressed: true | "deflate" | "gzip"

Defined in: packages/nbt/index.ts:374

filename

ts
filename: string

Used for serialize function. Assign the filename for it.

Defined in: packages/nbt/index.ts:383

io

ts
io: Object

IO override for serialization

Defined in: packages/nbt/index.ts:378

Released under the MIT License.