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

IPofSerializer implementation that supports the serialization and deserialization of an IPrincipal to and from a POF stream.

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

Syntax

C#
public class PrincipalPofSerializer : IPofSerializer

Remarks

Only the IIdentity associated with the IPrincipal is serialized. All role information encapsulated by the IPrincipal is considered transient.

The PrincipalPofSerializer can serialize any IPrincipal implementation to a POF stream; however, the IPrincipal returned during deserialization is always an instance of SimplePrincipal with an empty role array.

Inheritance Hierarchy

System..::.Object
  Tangosol.IO.Pof..::.PrincipalPofSerializer

See Also