This class is used to encode arbitrary objects into strings.
Classes to be encoded must subclass ClassCoding, which allows specification of how to encode a 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 |
| encode(o) encode_class(o) encode_record(o) encode_string(s) get_string() initially() line_out(s) |
| Variables defined in this class |
| seen string_buff tag_count |
| Method detail |
| Variable detail |