Package com.zeroc.IceGrid
Class ServerInstanceDescriptorSeqHelper
java.lang.Object
com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
Helper class for marshaling/unmarshaling ServerInstanceDescriptorSeq.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ServerInstanceDescriptor>read(InputStream istr) static Optional<List<ServerInstanceDescriptor>>read(InputStream istr, int tag) static voidwrite(OutputStream ostr, int tag, List<ServerInstanceDescriptor> v) static voidwrite(OutputStream ostr, int tag, Optional<List<ServerInstanceDescriptor>> v) static voidwrite(OutputStream ostr, List<ServerInstanceDescriptor> v)
-
Constructor Details
-
ServerInstanceDescriptorSeqHelper
public ServerInstanceDescriptorSeqHelper()
-
-
Method Details
-
write
-
read
-
write
-
write
-
read
-