module KDL::Serializable

Defined in:

kdl/serializable.cr

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

def self.new(*, __node_for_kdl_serializable node : KDL::Node) #

[View source]

Macro Detail

macro convert(expr, type) #

[View source]

Instance Method Detail

def to_kdl(node_name : String = self.class.to_s, builder : KDL::Builder = ::KDL::Builder.new) #

[View source]