public interface GdprSerializerAccess
| Modifier and Type | Method and Description |
|---|---|
akka.actor.ActorSystem |
currentSystem() |
<T> WithDataSubjectId<T> |
fromBinary(byte[] bytes) |
GdprSerializer |
gdprSerializer() |
byte[] |
toBinary(WithDataSubjectId<?> data) |
akka.actor.ActorSystem currentSystem()
GdprSerializer gdprSerializer()
byte[] toBinary(WithDataSubjectId<?> data)
<T> WithDataSubjectId<T> fromBinary(byte[] bytes)