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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BinaryWriteTraverser

      protected BinaryWriteTraverser()
  • Method Details

    • preemptProcessing

      public Object preemptProcessing(Object inputobject, Type inputtype, Object context)
      Overrides:
      preemptProcessing in class jadex.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 class jadex.common.transformation.traverser.Traverser