java.lang.Object
com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
Helper class for marshaling/unmarshaling NodeUpdateDescriptorSeq.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<NodeUpdateDescriptor>read(InputStream istr) Unmarshals a list ofNodeUpdateDescriptorSeqfrom an input stream.static Optional<List<NodeUpdateDescriptor>>read(InputStream istr, int tag) Unmarshals an optional list ofNodeUpdateDescriptorSeqfrom an input stream.static voidwrite(OutputStream ostr, int tag, List<NodeUpdateDescriptor> v) Marshals an optional list ofNodeUpdateDescriptorSeqinto an output stream.static voidwrite(OutputStream ostr, int tag, Optional<List<NodeUpdateDescriptor>> v) Marshals an optional list ofNodeUpdateDescriptorSeqinto an output stream.static voidwrite(OutputStream ostr, List<NodeUpdateDescriptor> v) Marshals a list ofNodeUpdateDescriptorSeqinto an output stream.
-
Method Details
-
write
Marshals a list ofNodeUpdateDescriptorSeqinto an output stream.- Parameters:
ostr- the output streamv- the list to marshal
-
read
Unmarshals a list ofNodeUpdateDescriptorSeqfrom an input stream.- Parameters:
istr- the input stream- Returns:
- the list
-
write
Marshals an optional list ofNodeUpdateDescriptorSeqinto an output stream.- Parameters:
ostr- the output streamtag- the tagv- the list to marshal
-
write
Marshals an optional list ofNodeUpdateDescriptorSeqinto an output stream.- Parameters:
ostr- the output streamtag- the tagv- the list to marshal
-
read
Unmarshals an optional list ofNodeUpdateDescriptorSeqfrom an input stream.- Parameters:
istr- the input streamtag- the tag- Returns:
- the list
-