Uses of Interface
io.protostuff.GraphInput
-
Packages that use GraphInput Package Description io.protostuff -
-
Uses of GraphInput in io.protostuff
Classes in io.protostuff that implement GraphInput Modifier and Type Class Description class
GraphByteArrayInput
A ByteArrayInput w/c can handle cyclic dependencies when deserializing objects with graph transformations.class
GraphCodedInput
A CodedInput w/c can handle cyclic dependencies when deserializing objects with graph transformations.
-