Table of Contents

Class TemplateDescriptorDictHelper

Namespace
IceGrid
Assembly
IceGrid.dll

Provides methods to marshal and unmarshal a TemplateDescriptorDict.

public sealed class TemplateDescriptorDictHelper
Inheritance
TemplateDescriptorDictHelper
Inherited Members

Remarks

The Slice compiler generated this dictionary helper class from Slice dictionary ::IceGrid::TemplateDescriptorDict.

Methods

read(InputStream)

Unmarshals a value from an input stream.

public static Dictionary<string, TemplateDescriptor> read(InputStream istr)

Parameters

istr InputStream

The input stream.

Returns

Dictionary<string, TemplateDescriptor>

The unmarshaled value.

write(OutputStream, Dictionary<string, TemplateDescriptor>)

Marshals a value into an output stream.

public static void write(OutputStream ostr, Dictionary<string, TemplateDescriptor> v)

Parameters

ostr OutputStream

The output stream.

v Dictionary<string, TemplateDescriptor>

The value to marshal.