java.lang.Object
com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
Helper class for marshaling/unmarshaling ServerDynamicInfoSeq.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ServerDynamicInfo>
read
(InputStream istr) Unmarshals a list ofServerDynamicInfoSeq
from an input stream.static Optional<List<ServerDynamicInfo>>
read
(InputStream istr, int tag) Unmarshals an optional list ofServerDynamicInfoSeq
from an input stream.static void
write
(OutputStream ostr, int tag, List<ServerDynamicInfo> v) Marshals an optional list ofServerDynamicInfoSeq
into an output stream.static void
write
(OutputStream ostr, int tag, Optional<List<ServerDynamicInfo>> v) Marshals an optional list ofServerDynamicInfoSeq
into an output stream.static void
write
(OutputStream ostr, List<ServerDynamicInfo> v) Marshals a list ofServerDynamicInfoSeq
into an output stream.
-
Constructor Details
-
ServerDynamicInfoSeqHelper
public ServerDynamicInfoSeqHelper()
-
-
Method Details
-
write
Marshals a list ofServerDynamicInfoSeq
into an output stream.- Parameters:
ostr
- the output streamv
- the list to marshal
-
read
Unmarshals a list ofServerDynamicInfoSeq
from an input stream.- Parameters:
istr
- the input stream- Returns:
- the list
-
write
Marshals an optional list ofServerDynamicInfoSeq
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the list to marshal
-
write
Marshals an optional list ofServerDynamicInfoSeq
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the list to marshal
-
read
Unmarshals an optional list ofServerDynamicInfoSeq
from an input stream.- Parameters:
istr
- the input streamtag
- the tag- Returns:
- the list
-