Skip to content

module Athena::Serializer #

Provides enhanced (de)serialization features.

Constants#

VERSION = "0.3.6"#

Class methods#

.serializer : ASR::SerializerInterface#

Returns an ASR::SerializerInterface instance for ad-hoc (de)serialization.

The serializer is cached and only instantiated once.

View source