Package one.nio.serial
Class TypeDescriptor
java.lang.Object
one.nio.serial.TypeDescriptor
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringclassDescriptor(Class<?> cls) static TypeDescriptorread(ObjectInput in) static Class<?>readClass(ObjectInput in) resolve()static Class<?>toString()voidwrite(ObjectOutput out) static voidwriteClass(ObjectOutput out, Class<?> cls)
-
Method Details
-
toString
-
read
- Throws:
IOException
-
write
- Throws:
IOException
-
resolve
-
resolve
- Throws:
ClassNotFoundException
-
classDescriptor
-
readClass
- Throws:
IOExceptionClassNotFoundException
-
writeClass
- Throws:
IOException
-