public interface TypedByteArrayDeserializer<T>
T read(byte[] bytes, Class aClass) throws IOException
bytes - Bytes that object will be read fromaClass - The class to use for de-serializationIOException - in case of failure to readCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.