com.hazelcast.nio.serialization
Interface PortableAdapter<T>

Type Parameters:
T - type of non-Portable object
All Superinterfaces:
Portable

public interface PortableAdapter<T>
extends Portable

This is a base interface for adapting non-Portable classes to Portable.

In situations where it's not possible to modify an existing class to implement Portable and/or it's not allowed to import a Hazelcast class into a domain class, it will be possible to add Portable features to a non-Portable object over this adapter.

Sample: --- SAMPLE GOES HERE ---

See Also:
Portable

Method Summary
 
Methods inherited from interface com.hazelcast.nio.serialization.Portable
getClassId, getFactoryId, readPortable, writePortable
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.