class

Athena::Serializer::SerializationContext

Inherits Athena::Serializer::Context < Reference < Object

The ASR::Context specific to serialization.

Allows specifying if nil values should be serialized.

Instance methods

direction

Returns which (de)serialization action self represents.

Source
emit_nil=(emit_nil : Bool)

If nil values should be serialized.

Source
emit_nil?

If nil values should be serialized.

Source