Uses of Interface
com.opencloud.rhino.cmp.Encodable
-
Packages that use Encodable Package Description com.opencloud.rhino.util -
-
Uses of Encodable in com.opencloud.rhino.util
Classes in com.opencloud.rhino.util that implement Encodable Modifier and Type Class Description class
EncodableList<E>
Generic implementation of a list structure that can be stored in SLEE CMP fields with sensible serialisation semantics.class
EncodableMap<K,V>
Generic implementation of a map structure that can be stored in SLEE CMP fields with sensible serialisation semantics.class
EncodableSet<E>
Generic implementation of a set structure that can be stored in SLEE CMP fields with sensible serialisation semantics.
-