Constructors
constructor
- new BinaryField(bytes, rawValue): 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;
}
_ctor: string
bytes: number
rawValue: string
Static
fromJSON
- fromJSON(json): BinaryField
Parameters
- json: {
_ctor: string;
bytes: number;
rawValue: string;
}_ctor: string
bytes: number
rawValue: string