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.
serialization_visitor
Returns the ASR::Visitors::SerializationVisitorInterface related to self.