Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Construct a new PofStreamWriter that will write a POF
stream using the passed WritingPofHandler.
Namespace:
Tangosol.IO.PofAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public PofStreamWriter( WritingPofHandler handler, IPofContext ctx ) |
Parameters
- handler
- Type: Tangosol.IO.Pof..::.WritingPofHandler
The WritingPofHandler used for writing; must not be null.
- ctx
- Type: Tangosol.IO.Pof..::.IPofContext
The IPofContext used by the new PofStreamWriter to serialize user types; must not be null.