mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
Make CustomSerializerCheckpointAdaptor internal
This commit is contained in:
parent
48e965453f
commit
ec2a19d270
@ -13,7 +13,7 @@ import kotlin.reflect.jvm.jvmErasure
|
||||
/**
|
||||
* Adapts CheckpointCustomSerializer for use in Kryo
|
||||
*/
|
||||
class CustomSerializerCheckpointAdaptor<OBJ, PROXY>(private val userSerializer : CheckpointCustomSerializer<OBJ, PROXY>) : Serializer<OBJ>() {
|
||||
internal class CustomSerializerCheckpointAdaptor<OBJ, PROXY>(private val userSerializer : CheckpointCustomSerializer<OBJ, PROXY>) : Serializer<OBJ>() {
|
||||
|
||||
/**
|
||||
* The class name of the serializer we are adapting.
|
||||
|
Loading…
Reference in New Issue
Block a user