Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Construct a new PofStreamWriter that will write a POF
stream using the passed WritingPofHandler.
Namespace:
Tangosol.IO.PofAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
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.