Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystalizer
v0.1.0
Crystalizer
Deserializer
Exception
Variable
Field
JSON
YAML
Built with Crystal 1.9.2
2023-10-08 02:33:09 UTC
struct
Crystalizer::Deserializer::Variable(T)
Crystalizer::Deserializer::Variable(T)
Struct
Value
Object
Defined in:
deserializer.cr
Constructors
.new
(nilable : Bool, has_default : Bool, index : Int32 =
0
)
Instance Method Summary
#has_default
: Bool
#nilable
: Bool
#type
:
T
.
class
Constructor Detail
def self.
new
(nilable : Bool, has_default : Bool, index : Int32 =
0
)
#
[
View source
]
Instance Method Detail
def
has_default
: Bool
#
[
View source
]
def
nilable
: Bool
#
[
View source
]
def
type
:
T
.
class
#
[
View source
]