class
Hace::ValueConverter
- Hace::ValueConverter
- Reference
- Object
Overview
Bridges the recursive Value union through YAML::Serializable so HaceFile keeps strict deserialization while exposing typed variables.
Defined in:
hace.crClass Method Summary
- .from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : Hash(String, Hace::Value)
- .to_yaml(variables : Hash(String, Hace::Value), builder : YAML::Nodes::Builder)
Class Method Detail
def self.from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : Hash(String, Hace::Value)
#
def self.to_yaml(variables : Hash(String, Hace::Value), builder : YAML::Nodes::Builder)
#