The OpenD Programming Language

IonSymbolID.serialize

Serializes SymbolId as Ion value. Note: This serialization shouldn't be used for struct keys or annotation list.

struct IonSymbolID
scope const
void
serialize
(
S
)
(
scope ref S serializer
)

Parameters

serializer S

serializer with putSymbolId primitive.

Meta