public interface EntitySerializer
Modifier and Type | Method and Description |
---|---|
<T> void |
deserialize(byte[] bytes,
T destination) |
byte[] |
serialize(Object entity) |
byte[] serialize(Object entity)
<T> void deserialize(byte[] bytes, T destination)
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.