Class Decode

Superclasses :
lang::Object
Package :
lang

This class is used to decode a string created by the encode process, and reproduce the object.

Classes to be decoded must subclass ClassCoding, which allows specification of how to recreate the class instance.

Source

Class summary
Methods inherited from lang::Object
clone(seen) equals(other, seen) get_class() get_class_name() get_id() hash_code(depth, seen) is_instance(name) to_string(depth, seen)
Methods defined in this class
decode() decode_class() decode_record() decode_string(s) initially() line_in()
Variables defined in this class
buff seen tag_count

Method detail

decode()

Source

decode_class()

Source

decode_record()

Source

decode_string(s)

Source

initially()


line_in()

Source

Variable detail

buff


seen


tag_count