Tangosol.IO.Pof.Annotation Namespace |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Contains custom attribute classes used by the attribute-driven POF serializer.
Classes
| Class | Description |
---|
 | Portable |
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.
|
 | PortableProperty |
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.
|