Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

Syntax

C#
public override Encoding Encoding { get; }

Return Value

The Encoding in which the output is written.

See Also