Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

PickleReader Class Reference

Inheritance diagram for PickleReader:

ProtocolReader List of all members.

Public Member Functions

 this (IBuffer buffer)
Object thaw ()

Member Function Documentation

this IBuffer  buffer  )  [inline]
 

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 176 of file PickleReader.d.

References buffer.

Object thaw  )  [inline]
 

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 190 of file PickleReader.d.

Referenced by VirtualCache::get(), and ProtocolReader::getPayload().


The documentation for this class was generated from the following file:
Generated on Sat Dec 24 17:28:40 2005 for Mango by  doxygen 1.4.0