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