Package com.zeroc.IceGrid
Class ServerDynamicInfoSeqHelper
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) static Optional<List<ServerDynamicInfo>>
read
(InputStream istr, int tag) static void
write
(OutputStream ostr, int tag, List<ServerDynamicInfo> v) static void
write
(OutputStream ostr, int tag, Optional<List<ServerDynamicInfo>> v) static void
write
(OutputStream ostr, List<ServerDynamicInfo> v)
-
Constructor Details
-
ServerDynamicInfoSeqHelper
public ServerDynamicInfoSeqHelper()
-
-
Method Details
-
write
-
read
-
write
-
write
-
read
-