public interface InstanceSerializer<T>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(byte[] raw) |
byte[] |
serialize(T instance) |
byte[] serialize(T instance) throws IOException
IOException
T deserialize(byte[] raw) throws IOException
IOException
Copyright © 1970 The Apache Software Foundation. All rights reserved.