Package net.corda.v5.serialization
See: Description
-
Class Summary Class Description MissingSerializerException Thrown by the serialization framework, usually indicating that a custom serializer needs to be included in a transaction. -
Interface Summary Interface Description SerializationCustomSerializer Allows CorDapps to provide custom serializers for third-party libraries that cannot be recompiled with the -parameters flag rendering their classes natively serializable by Corda. SerializedBytes A type safe wrapper around a byte array that contains a serialised object. SingletonSerializeAsToken This interface should be implemented by classes that want to substitute a singleton token representation of themselves upon checkpoint serialization.