IsOrderedMeta

object IsOrderedMeta : Meta

To reduce any extraneous passes over data, this Meta indicates whether the associated BindingsToValues Physical expression should be an ordered list or a bag.

Functions

Link copied to clipboard
open fun serialize(writer: IonWriter)

Serializes the contents of the meta.

Properties

Link copied to clipboard
open val shouldSerialize: Boolean

A flag indicating if we should attempt to serialize this meta or not.

Link copied to clipboard
open override val tag: String

The tag which will be given to this meta during serialization.