Interface FSTSerialisationListener


public interface FSTSerialisationListener
Date: 21.10.13 Time: 18:28 can be used for stats or other weird things (FSTObjectOutput). Note this will slow down serialization significantly
  • Method Details

    • objectWillBeWritten

      void objectWillBeWritten(Object obj, int streamPosition)
    • objectHasBeenWritten

      void objectHasBeenWritten(Object obj, int oldStreamPosition, int streamPosition)