Summary
Wraps the low-level details of reading a Buffer, which in turn is a glorified byte array.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Marshall - Interfaces
- Base Types
graph BT
Type-->Base0["ObjectReferenceContext"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Marshall/ObjectReferenceContext"
Base0-->Base1["ObjectHeaderContext"]
click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Marshall/ObjectHeaderContext"
Base1-->Base2["AbstractReadContext"]
click Base2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Marshall/AbstractReadContext"
Base2-->Base3["AbstractBufferContext"]
click Base3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/AbstractBufferContext"
Base3-->Base4["Object"]
Type-.->Interface0["IBufferContext"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Marshall/IBufferContext"
Type-.->Interface1["IMarshallingInfo"]
click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Marshall/IMarshallingInfo"
Type-.->Interface2["IAspectVersionContext"]
click Interface2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Marshall/IAspectVersionContext"
Type-.->Interface3["IObjectIdContext"]
click Interface3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Marshall/IObjectIdContext"
Type-.->Interface4["IInternalReadContext"]
click Interface4 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Marshall/IInternalReadContext"
Type-.->Interface5["IHandlerVersionContext"]
click Interface5 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Marshall/IHandlerVersionContext"
Type-.->Interface6["IReferenceActivationContext"]
click Interface6 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Marshall/IReferenceActivationContext"
Type-.->Interface7["IReadContext"]
click Interface7 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Marshall/IReadContext"
Type-.->Interface8["IContext"]
click Interface8 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Marshall/IContext"
Type-.->Interface9["IReadBuffer"]
click Interface9 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Marshall/IReadBuffer"
Type["UnmarshallingContext"]
class Type type-node
Syntax
public class UnmarshallingContext : ObjectReferenceContext, IBufferContext, IMarshallingInfo,
IAspectVersionContext, IObjectIdContext, IInternalReadContext, IHandlerVersionContext,
IReferenceActivationContext, IReadContext, IContext, IReadBuffer
Remarks
Wraps the low-level details of reading a Buffer, which in turn is a glorified byte array.
Constructors
Fields
Name | Constant Value | Summary |
---|---|---|
_activationDepth |
Inherited from AbstractReadContext
|
|
_objectHeader |
Inherited from ObjectHeaderContext
|
|
_reference |
Inherited from Object
|