From b835de79bd21f0048be741e7fc5f0c3088516d2b Mon Sep 17 00:00:00 2001 From: Joseph Zuniga-Daly Date: Tue, 14 Jul 2020 09:23:14 +0100 Subject: [PATCH] Add interface net.corda.core.serialization.CheckpointCustomSerializer to api-current.txt --- .ci/api-current.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/api-current.txt b/.ci/api-current.txt index 64e351610e..10374f09e3 100644 --- a/.ci/api-current.txt +++ b/.ci/api-current.txt @@ -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) ##