Package com.io7m.cedarbridge.runtime.api
Annotation Interface CBDeserializerMethod
An annotation that indicates a deserializer method.
A deserializer method must:
- Return a value of a serializable type.
- Have
CBSerializationContextTypeas its first parameter. - Have
CBDeserializeTypeparameters following the first parameter that match the types and number of type parameters on the serialized class.