Constructors
constructor
- new Record(key, value, timeReceived): Record
Properties
key
timeReceived
value
Methods
prepareSerialize
- prepareSerialize(): Record
serialize
- serialize(): Uint8Array
Static
deserialize
- deserialize(raw): Record
Static
fromDeserialized
- fromDeserialized(obj): Record
Return the object format ready to be given to the protobuf library.