Package org.nustaq.serialization
package org.nustaq.serialization
-
ClassDescriptionCreated with IntelliJ IDEA.Created by ruedi on 12.12.14.Created with IntelliJ IDEA.Created with IntelliJ IDEA.Represents a ordered class lineage based on the specificity of classes, where specificity is defined as follows:
null has specificity 0 java.lang.Object has specificity 0 an interface without any extends clause has specificity 1 a class or interface has a specificity of 1 + the specificity of the superclass + the sum of the specificity of the implemented interfaces. Created with IntelliJ IDEA.Created with IntelliJ IDEA.Security: disallow packages/classes upon deserializationif all attempts fail to find a class this guy is asked.Created by ruedi on 31.03.14.Created by ruedi on 27.03.14.Created by ruedi on 12.12.14.Created by ruedi on 27.03.14.replacement of ObjectInputStreamSubclass optimized for "unshared mode".replacement of ObjectOutputStreamSubclass optimized for "unshared mode".Created with IntelliJ IDEA.Created by ruedi on 12.12.14.Date: 21.10.13 Time: 18:28 can be used for stats or other weird things (FSTObjectOutput).Created with IntelliJ IDEA.interface to patch default serializer lookup.Created by ruedi on 06.08.14.