Package yapion.annotations.object
Annotation Type YAPIONPostSerialization
- 
 @Retention(RUNTIME) @Target(METHOD) public @interface YAPIONPostSerializationThis annotation describes one of the three steps in the process of serialization. You can use this annotation for a method that add the data or object back after serialized by YAPION. This can be useful to evaluatenullpointer to their excepted value after serialization.
 Thr four Steps are:
 - PreSerialization method call
 - Serializing all fields (YAPIONSerializer)
 - PostSerialization method call
 The context describes the state in which theYAPIONSerializershould be for this annotation to take effect.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.String[]context
 
-