Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
Contains custom attribute classes used by the attribute-driven POF serializer.

Classes

  ClassDescription
Public classPortable
Portable marks a class as being eligible for use by a PofAnnotationSerializer. This annotation is only permitted at the class level and is a marker annotation with no members. The following class illustrates how to use Portable and PortableProperty annotations.
Public classPortableProperty
A PortableProperty marks a member variable or method accessor as a POF serialized attribute. Whilst the Index and ICodec can be explicitly specified they can be determined by classes that use this annotation. Hence these attributes serve as hints to the underlying parser.