@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Decoder
TokenDecoder
for the class. A TokenDecoder
decodes a class from a serialized form
back into an object instance. This annotation and the getter method implementation allows the
AnnotationEncoderFactory
to dynamically allocate a decoder for instances of this class.
Decoders are allocated on an as needed basis.TokenDecoder
,
AnnotationEncoderFactory
Copyright © 2016 Actian Corporation. All rights reserved.