Constructors
constructor
- new BinaryField(bytes: number, rawValue: string): BinaryField
Parameters
- bytes: number
- rawValue: string
Properties
Readonly
bytes
bytes: number
Readonly
rawValue
rawValue: string
Methods
toJSON
- toJSON(): { _ctor: string; bytes: number; rawValue: string }
Returns { _ctor: string; bytes: number; rawValue: string }
Static
fromJSON
- fromJSON(json: { _ctor: string; bytes: number; rawValue: string }): BinaryField
Parameters
- json: { _ctor: string; bytes: number; rawValue: string }