abstract class Object
Overview
Object
is the base type of all Crystal objects.
Defined in:
objects.crClass Method Summary
- .from_xml(xml : String)
- .from_xml(node : XML::Node)
- .from_xml(xml : String, *, root : String)
- .from_xml(node : XML::Node, *, root : String)
Instance Method Summary
- #to_xml(io : IO, *, indent : XMLT::IndentOptions = nil) : Nil
- #to_xml(*, indent : XMLT::IndentOptions = nil) : String