@FunctionalInterface public interface TypedByteArrayDeserializer<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | read(byte[] bytes,
    Class aClass)Reads object from objectDataInputStream | 
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 © 2021 Hazelcast, Inc.. All rights reserved.