Octet buffer input types for the Ion reader interface.
Returns a binary Ion representation of the provided values.
Values to encode in Ion.
Returns a text Ion representation of the provided values that is generously spaced for easier human readability.
Values to encode in Ion.
Returns a compact text Ion representation of the provided values.
Values to encode in Ion.
Creates a new Ion Binary Writer.
Creates a new Ion Text Writer with pretty printing of the text.
Create an Reader over Ion data in a ReaderBuffer.
The Ion data to be used by the reader. Typically a string, UTF-8 encoded buffer (text), or raw binary buffer.
Optional catalog to be used by reader to resolve shared symbol table references.
Creates a new Ion Text Writer.
All buffer input types for the Ion reader interface.