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.ClassInfo
Serial.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 void
Serial.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 void
Serial.dumpBlockData
(Map<Integer, Serial.ClassInfo> map, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth) private static void
Serial.dumpContent
(Map<Integer, Serial.ClassInfo> descrMap, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth, int leadByte) private static Serial.ClassInfo
Serial.dumpDescriptor
(Map<Integer, Serial.ClassInfo> descrMap, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth, int leadByte) private static void
Serial.dumpFields
(Serial.ClassInfo info, Map<Integer, Serial.ClassInfo> map, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth) private static void
Serial.dumpObject
(Map<Integer, Serial.ClassInfo> descrMap, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth, int leadByte) private static void
Serial.dumpString
(Map<Integer, Serial.ClassInfo> descrMap, AtomicInteger seq, DataInputStream dis, BufferedWriter w, int depth, int leadByte)