java.lang.Object
com.zeroc.IceGrid.PropertySetDescriptorDictHelper
Helper class for marshaling/unmarshaling PropertySetDescriptorDict.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,PropertySetDescriptor> read(InputStream istr) Unmarshals a dictionary ofPropertySetDescriptorDictfrom an input stream.static Optional<Map<String,PropertySetDescriptor>> read(InputStream istr, int tag) Unmarshals an optional dictionary ofPropertySetDescriptorDictfrom an input stream.static voidwrite(OutputStream ostr, int tag, Map<String, PropertySetDescriptor> v) Marshals an optional dictionary ofPropertySetDescriptorDictinto an output stream.static voidwrite(OutputStream ostr, int tag, Optional<Map<String, PropertySetDescriptor>> v) Marshals an optional dictionary ofPropertySetDescriptorDictinto an output stream.static voidwrite(OutputStream ostr, Map<String, PropertySetDescriptor> v) Marshals a dictionary ofPropertySetDescriptorDictinto an output stream.
-
Method Details
-
write
Marshals a dictionary ofPropertySetDescriptorDictinto an output stream.- Parameters:
ostr- the output streamv- the dictionary to marshal
-
read
Unmarshals a dictionary ofPropertySetDescriptorDictfrom an input stream.- Parameters:
istr- the input stream- Returns:
- the dictionary
-
write
Marshals an optional dictionary ofPropertySetDescriptorDictinto an output stream.- Parameters:
ostr- the output streamtag- the tagv- the dictionary to marshal
-
write
Marshals an optional dictionary ofPropertySetDescriptorDictinto an output stream.- Parameters:
ostr- the output streamtag- the tagv- the dictionary to marshal
-
read
Unmarshals an optional dictionary ofPropertySetDescriptorDictfrom an input stream.- Parameters:
istr- the input streamtag- the tag- Returns:
- the dictionary
-