| com.pnfsoftware.jeb.util.serialization.annotations.SerCustomRead |
This annotation is used for custom deserialization. The SerId annotations are disregarded,
as the custom reader is responsible for restoring the object state. Accepted prototype:
[any_visibility] void load(DeserializerHelper reader) throws IOException
Any visibility qualifier is accepted.
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
| |||||||||||