Uses of Interface
org.jivesoftware.util.cache.ExternalizableUtilStrategy
-
Packages that use ExternalizableUtilStrategy Package Description org.jivesoftware.util.cache -
-
Uses of ExternalizableUtilStrategy in org.jivesoftware.util.cache
Classes in org.jivesoftware.util.cache that implement ExternalizableUtilStrategy Modifier and Type Class Description class
DefaultExternalizableUtil
Default serialization strategy.Methods in org.jivesoftware.util.cache that return ExternalizableUtilStrategy Modifier and Type Method Description ExternalizableUtilStrategy
ExternalizableUtil. getStrategy()
Returns the implementation to use for serializing and deserializing objects.Methods in org.jivesoftware.util.cache with parameters of type ExternalizableUtilStrategy Modifier and Type Method Description void
ExternalizableUtil. setStrategy(ExternalizableUtilStrategy strategy)
Sets the implementation to use for serializing and deserializing objects.
-