Class PofUserType
PofUserType is a IPofValue implementation for user types.
Implements
Inherited Members
Namespace: Tangosol.IO.Pof.Reflection
Assembly: Coherence.dll
Syntax
public class PofUserType : PofSparseArray, IPofValue
Constructors
PofUserType(IPofValue, Binary, IPofContext, int, int, int, int)
Construct a PofUserType instance wrapping the supplied binary.
Declaration
public PofUserType(IPofValue valueParent, Binary binValue, IPofContext ctx, int of, int nType, int ofChildren, int nVersion)
Parameters
Type | Name | Description |
---|---|---|
IPofValue | valueParent | Parent value within the POF stream. |
Binary | binValue | Binary representation of this value. |
IPofContext | ctx | POF context to use when reading or writing properties. |
int | of | Offset of this value from the beginning of POF stream. |
int | nType | POF type identifier for this value. |
int | ofChildren | Offset of the first child element within this value. |
int | nVersion | Data version of this value. |
Properties
Version
Return the data version of this value.
Declaration
public virtual int Version { get; }
Property Value
Type | Description |
---|---|
int | The data version of this value. |