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