class NASON::SerializableError
Defined in:
nason/serialization.crConstructors
Instance Method Summary
Instance methods inherited from class NASON::ParseException
column_number : Int32
column_number,
line_number : Int32
line_number,
location : Tuple(Int32, Int32)
location
Constructor methods inherited from class NASON::ParseException
new(message, line_number : Int32, column_number : Int32, cause = nil)
new
Instance methods inherited from class Reference
==(other : NASON::Any)
==
Instance methods inherited from class Object
===(other : NASON::Any)
===,
nil_or_null?
nil_or_null?,
not_null!
not_null!,
null?
null?,
to_nason(io : IO) : Nilto_nason : String to_nason, to_pretty_json(indent : String = " ") : String
to_pretty_json(io : IO, indent : String = " ") : Nil to_pretty_json
Class methods inherited from class Object
from_nason(string_or_io, root : String)from_nason(string_or_io) from_nason
Constructor Detail
def self.new(message : String | Nil, klass : String, attribute : String | Nil, line_number : Int32, column_number : Int32, cause)
#