Class FSTObjectInputNoShared

java.lang.Object
org.nustaq.serialization.FSTObjectInput
org.nustaq.serialization.FSTObjectInputNoShared
All Implemented Interfaces:
DataInput, ObjectInput, AutoCloseable

public class FSTObjectInputNoShared extends FSTObjectInput
Subclass optimized for "unshared mode". Cycles and Objects referenced more than once will not be detected. Additionally JDK compatibility is not supported (read/writeObject and stuff). Use case is highperformance serialization of plain cycle free data (e.g. messaging). Can perform significantly faster (20-40%).