.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.IO.Pof.Reflection
SimplePofValue Class
SimplePofValue Constructor
SimplePofValue Properties
SimplePofValue Methods
SimplePofValue Fields
SimplePofValue Constructor
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a SimplePofValue instance wrapping the supplied binary.
Namespace:
Tangosol.IO.Pof.Reflection
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
public
SimplePofValue
(
IPofValue
valueParent
,
Binary
binValue
,
IPofContext
ctx
,
int
of
,
int
nType
)
Parameters
valueParent
Type:
Tangosol.IO.Pof.Reflection
IPofValue
Parent value within the POF stream.
binValue
Type:
Tangosol.Util
Binary
Binary representation of this value.
ctx
Type:
Tangosol.IO.Pof
IPofContext
POF context to use when reading or writing properties.
of
Type:
System
Int32
Offset of this value from the beginning of POF stream.
nType
Type:
System
Int32
POF type identifier for this value.
See Also
Reference
SimplePofValue Class
Tangosol.IO.Pof.Reflection Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.