T
- Type of object to serialize into byte[] and back.public interface Serializer<T>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(byte[] serialized)
Deserialize the bytes into an object.
|
byte[] |
serialize(T value)
Serialize the value into bytes.
|
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.