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 ---