Uses of Class
org.jboss.marshalling.serial.Serial.ClassInfo
Packages that use Serial.ClassInfo
-
Uses of Serial.ClassInfo in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as Serial.ClassInfoMethods in org.jboss.marshalling.serial that return Serial.ClassInfoModifier and TypeMethodDescriptionprivate static Serial.ClassInfoSerial.dumpDescriptor(Map<Integer, Serial.ClassInfo> descrMap, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth, int leadByte) Methods in org.jboss.marshalling.serial with parameters of type Serial.ClassInfoModifier and TypeMethodDescriptionprivate static voidSerial.dumpFields(Serial.ClassInfo info, Map<Integer, Serial.ClassInfo> map, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth) Method parameters in org.jboss.marshalling.serial with type arguments of type Serial.ClassInfoModifier and TypeMethodDescriptionprivate static voidSerial.dumpBlockData(Map<Integer, Serial.ClassInfo> map, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth) private static voidSerial.dumpContent(Map<Integer, Serial.ClassInfo> descrMap, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth, int leadByte) private static Serial.ClassInfoSerial.dumpDescriptor(Map<Integer, Serial.ClassInfo> descrMap, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth, int leadByte) private static voidSerial.dumpFields(Serial.ClassInfo info, Map<Integer, Serial.ClassInfo> map, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth) private static voidSerial.dumpObject(Map<Integer, Serial.ClassInfo> descrMap, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth, int leadByte) private static voidSerial.dumpString(Map<Integer, Serial.ClassInfo> descrMap, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth, int leadByte)