ArchivableDictionary class
Represents a dictionary class that can be attached to objects and can be serialized (saved) at necessity.
See remarks for layout.
This is the layout of this object:
.
BEGINCHUNK (TCODE_ANONYMOUS_CHUNK)
|- version (int)
|- entry count (int)
for entry count entries
|- BEGINCHUNK (TCODE_ANONYMOUS_CHUNK)
|- key (string)
|- entry contents
|- ENDCHUNK (TCODE_ANONYMOUS_CHUNK)
ENDCHUNK (TCODE_ANONYMOUS_CHUNK)
Derived Classes:
Namespace: Rhino.Collections
ArchivableDictionary: references
keyboard_arrow_down
Properties (8)
keyboard_arrow_down
Methods (100)