mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Add interface net.corda.core.serialization.CheckpointCustomSerializer to api-current.txt
This commit is contained in:
parent
fc6372f3ae
commit
b835de79bd
@ -5398,6 +5398,10 @@ public interface net.corda.core.schemas.QueryableState extends net.corda.core.co
|
||||
##
|
||||
public interface net.corda.core.schemas.StatePersistable
|
||||
##
|
||||
public interface net.corda.core.serialization.CheckpointCustomSerializer
|
||||
public abstract OBJ fromProxy(PROXY)
|
||||
public abstract PROXY toProxy(OBJ)
|
||||
##
|
||||
public interface net.corda.core.serialization.ClassWhitelist
|
||||
public abstract boolean hasListed(Class<?>)
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user