Package jadex.binary
Class SBinarySerializer.BinaryWriteTraverser
java.lang.Object
jadex.common.transformation.traverser.Traverser
jadex.binary.SBinarySerializer.BinaryWriteTraverser
- Enclosing class:
SBinarySerializer
protected static class SBinarySerializer.BinaryWriteTraverser
extends jadex.common.transformation.traverser.Traverser
Traverser for writing.
-
Nested Class Summary
Nested classes/interfaces inherited from class jadex.common.transformation.traverser.Traverser
jadex.common.transformation.traverser.Traverser.MODE
-
Field Summary
Fields inherited from class jadex.common.transformation.traverser.Traverser
IGNORE_RESULT, instance, processorcache, processors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
finalizeProcessing
(Object inputobject, Object outputobject, jadex.common.transformation.traverser.ITraverseProcessor convproc, jadex.common.transformation.traverser.ITraverseProcessor proc, Object context) preemptProcessing
(Object inputobject, Type inputtype, Object context) Methods inherited from class jadex.common.transformation.traverser.Traverser
convertBasicType, doTraverse, findClazz, getDefaultProcessors, getInstance, traverse, traverseObject, traverseObject, traverseObject, traverseObject
-
Constructor Details
-
BinaryWriteTraverser
protected BinaryWriteTraverser()
-
-
Method Details
-
preemptProcessing
- Overrides:
preemptProcessing
in classjadex.common.transformation.traverser.Traverser
-
finalizeProcessing
public void finalizeProcessing(Object inputobject, Object outputobject, jadex.common.transformation.traverser.ITraverseProcessor convproc, jadex.common.transformation.traverser.ITraverseProcessor proc, Object context) - Overrides:
finalizeProcessing
in classjadex.common.transformation.traverser.Traverser
-