def self.
new(__temp_71 : JSON::PullParser)
#
def
bigint?(k : String) : Int64 | Nil
#
def
bigints=(_bigints : Hash(String, Int64))
#
def
bool?(k : String) : Bool | Nil
#
def
bools=(_bools : Hash(String, Bool))
#
def
float(k : String, v : Float64)
#
def
float?(k : String) : Float64 | Nil
#
def
floats=(_floats : Hash(String, Float64))
#
def
int?(k : String) : Int32 | Nil
#
def
ints=(_ints : Hash(String, Int32))
#
def
object(k : String, v : Session::StorableObject::StorableObjectContainer)
#
def
object(k : String) : Session::StorableObject::StorableObjectContainer
#
def
object?(k : String) : Session::StorableObject::StorableObjectContainer | Nil
#
def
objects=(_objects : Hash(String, Session::StorableObject::StorableObjectContainer))
#
def
string?(k : String) : String | Nil
#
def
strings=(_strings : Hash(String, String))
#