mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
CORDA-553 - Review comments
This commit is contained in:
@ -6,7 +6,7 @@ package net.corda.core.serialization
|
||||
* a proxy serializer can be written that extends this type whose purpose is to move between those an
|
||||
* unserializable types and an intermediate representation.
|
||||
*
|
||||
* NOTE: The proxy object must should be specified as a seperate class. However, this can be defined within the
|
||||
* NOTE: The proxy object should be specified as a seperate class. However, this can be defined within the
|
||||
* scope of the custom serializer.
|
||||
*/
|
||||
interface SerializationCustomSerializer<OBJ, PROXY> {
|
||||
@ -21,4 +21,4 @@ interface SerializationCustomSerializer<OBJ, PROXY> {
|
||||
* unserializable type
|
||||
*/
|
||||
fun fromProxy(proxy: PROXY) : OBJ
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user