Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kdl
v1.0.0
Array
Hash
KDL
Argument
Arguments
Builder
Error
Child
Children
Document
Node
Parser
Error
Properties
Property
Serializable
Error
StringDumper
Token
Type
Tokenizer
Context
Error
Value
Type
Object
Reference
Regex
Value
Generated using Crystal 1.14.0
2025-02-26 09:43:37 UTC
module
KDL::
Serializable
Defined in:
kdl/serializable.cr
Constructors
.new
(*, __node_for_kdl_serializable node : KDL::Node)
Macro Summary
convert
(expr, type)
Instance Method Summary
#to_kdl
(node_name : String =
self
.
class
.to_s, builder : KDL::Builder =
::
KDL
::
Builder
.new)
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
]