Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

When overridden in a derived class, returns the Encoding in which the output is written.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public override Encoding Encoding { get; }

Return Value

The Encoding in which the output is written.

See Also