CordaSerializationTransformRename

This annotation is used to mark a class as having had a property element. It is used by the AMQP deserializer to allow instances with different versions of the class on their Class Path to successfully deserialize the object. NOTE: Renaming of the class itself isn't done with this annotation or, at present, supported by Corda.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun from(): String
from
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun to(): String
to
Link copied to clipboard
abstract fun toString(): String