public interface Serializer<T> extends Serializable
Interface to be implemented for serlializing and de-serializing the state.
Modifier and Type | Method and Description |
---|---|
T |
deserialize(byte[] b) |
byte[] |
serialize(T obj) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.