Uses of Interface
com.thoughtworks.xstream.core.util.CustomObjectOutputStream.StreamCallback
Packages that use CustomObjectOutputStream.StreamCallback
-
Uses of CustomObjectOutputStream.StreamCallback in com.thoughtworks.xstream.core.util
Methods in com.thoughtworks.xstream.core.util that return CustomObjectOutputStream.StreamCallbackModifier and TypeMethodDescriptionCustomObjectOutputStream.peekCallback()CustomObjectOutputStream.popCallback()Methods in com.thoughtworks.xstream.core.util with parameters of type CustomObjectOutputStream.StreamCallbackModifier and TypeMethodDescriptionstatic CustomObjectOutputStreamCustomObjectOutputStream.getInstance(DataHolder whereFrom, CustomObjectOutputStream.StreamCallback callback) voidCustomObjectOutputStream.pushCallback(CustomObjectOutputStream.StreamCallback callback) Allows the CustomObjectOutputStream (which is expensive to create) to be reused.Constructors in com.thoughtworks.xstream.core.util with parameters of type CustomObjectOutputStream.StreamCallbackModifierConstructorDescriptionWarning, this object is expensive to create (due to functionality inherited from superclass).