class PHP::PullParser

Defined in:

php_serializer/pull_parser.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_php_serialized(io : IO)
to_php_serialized
to_php_serialized

Constructor Detail

def self.new(input) #

[View source]

Instance Method Detail

def kind : Symbol #

[View source]
def read(cls : Nil.class) #

[View source]
def read(cls : Bool.class) #

[View source]
def read(cls : Int64.class) #

[View source]
def read(cls : Float64.class) #

[View source]
def read(cls : String.class) #

[View source]
def read_begin_hash #

[View source]
def read_begin_object #

[View source]
def read_bool #

[View source]
def read_end_hash_or_object #

[View source]
def read_float #

[View source]
def read_hash(&) #

[View source]
def read_hash_key #

[View source]
def read_int #

[View source]
def read_next #

[View source]
def read_null #

[View source]
def read_object(&) #

[View source]
def read_property_name #

[View source]
def read_reference #

[View source]
def read_string #

[View source]