struct Boleite::SerializerTranslator

Defined in:

boleite/serializer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]
def translate(data : SerializableType) : YAML::Any #

[View source]
def translate_array(data : Array(SerializableType)) : YAML::Any #

[View source]
def translate_hash(data : Hash(SerializableType, SerializableType)) : YAML::Any #

[View source]
def translate_yaml(data : YAML::Any) : SerializableType #

[View source]
def translate_yaml_array(data : Array(YAML::Any)) : SerializableType #

[View source]
def translate_yaml_hash(data : Hash(YAML::Any, YAML::Any)) : SerializableType #

[View source]
def translate_yaml_string(data : String) : SerializableType #

[View source]