Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JsonBool

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { value: boolean }

Type declaration

  • value: boolean
CONSTRUCTOR_ID: 3342098026
SUBCLASS_OF_ID: 3952707507
classType: "constructor"
className: "JsonBool"
value: boolean

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { value: boolean }

Constructors

  • new JsonBool(args: { value: boolean }): JsonBool

Generated using TypeDoc