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.
| 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 |
| Variable detail |