module SemanticVersion::Converter
Overview
Serialization for SemanticVersion fields of models
Defined in:
models/utilities/semver_converter.crClass Method Summary
- .from_json(value : JSON::PullParser) : SemanticVersion
- .from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : SemanticVersion
- .to_json(value : SemanticVersion, json : JSON::Builder)
- .to_yaml(value : SemanticVersion, yaml : YAML::Nodes::Builder)
Class Method Detail
def self.from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : SemanticVersion
#