Skip to main content

writeValue

method Serializer.prototype.writeValue
Jump to headingSerializer.prototype.writeValue(val: any): boolean

Serializes a JavaScript value and adds the serialized representation to the internal buffer.

This throws an error if value cannot be serialized.

Parameters Jump to heading

Return Type Jump to heading

boolean
Back to top