@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Encoder
TokenEncoder for the class. A TokenEncoder encodes a class into
a serialized form. This annotation and the getter method implementation allow the
AnnotationEncoderFactory to dynamically allocate an encoder for instances of this class.
Encoders are allocated on an as needed basis.TokenEncoder,
AnnotationEncoderFactoryCopyright © 2016 Actian Corporation. All rights reserved.