Annotation Interface CBDeserializerMethod


@Target(METHOD) @Retention(RUNTIME) public @interface CBDeserializerMethod
An annotation that indicates a deserializer method. A deserializer method must:
  • Return a value of a serializable type.
  • Have CBSerializationContextType as its first parameter.
  • Have CBDeserializeType parameters following the first parameter that match the types and number of type parameters on the serialized class.