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 void
write
(OutputStream ostr, int tag, List<ServerInstanceDescriptor> v) static void
write
(OutputStream ostr, int tag, Optional<List<ServerInstanceDescriptor>> v) static void
write
(OutputStream ostr, List<ServerInstanceDescriptor> v)
-
Constructor Details
-
ServerInstanceDescriptorSeqHelper
public ServerInstanceDescriptorSeqHelper()
-
-
Method Details
-
write
-
read
-
write
-
write
-
read
-