Inheritance diagram for PickleReader:
Public Member Functions | |
this (IBuffer buffer) | |
Object | thaw () |
|
Construct a PickleReader with the given buffer, and an appropriate EndianReader. Note that serialized data is always in Network order. Reimplemented in ProtocolReader. Definition at line 173 of file PickleReader.d. |
|
Reconstruct an Object from the current buffer content. It is considered optimal to configure the underlying IReader with an allocator that slices array-references, rather than copying them into the heap (the default configuration). Definition at line 187 of file PickleReader.d. Referenced by VirtualCache::get(), and ProtocolReader::getPayload(). |