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