Interface SerializationOption
🏷️ Properties
compressed optional
ts
compressed: true | "deflate" | "gzip"
Defined in: packages/nbt/index.ts:374
filename optional
ts
filename: string
Used for serialize function. Assign the filename for it.
Defined in: packages/nbt/index.ts:383
io optional
ts
io: Object
IO override for serialization
Defined in: packages/nbt/index.ts:378