enum

Athena::Serializer::Format

Inherits Enum < Comparable < Value < Object

The built-in supported formats.

Constants

JSON = 0
YAML = 1

Instance methods

deserialization_visitor

Returns the ASR::Visitors::DeserializationVisitorInterface related to self.

Source
json?

Returns true if this enum value equals JSON

Source
serialization_visitor

Returns the ASR::Visitors::SerializationVisitorInterface related to self.

Source
yaml?

Returns true if this enum value equals YAML

Source