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