@FunctionalInterface public interface TypedStreamDeserializer<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | read(ObjectDataInput in,
    Class aClass)Reads object from objectDataInputStream | 
T read(ObjectDataInput in, Class aClass) throws IOException
in - ObjectDataInput stream that object will read fromaClass - The class to use for de-serializationIOException - in case of failure to readCopyright © 2022 Hazelcast, Inc.. All rights reserved.