// // Copyright (c) ZeroC, Inc. All rights reserved. // // // Ice version 3.7.11 // // // // Generated from file `SliceChecksumDict.ice' // // Warning: do not edit this file. // // // export namespace Ice { /** * A mapping from type IDs to Slice checksums. The dictionary * allows verification at run time that client and server * use matching Slice definitions. */ class SliceChecksumDict extends Map { } class SliceChecksumDictHelper { static write(outs:OutputStream, value:SliceChecksumDict):void; static read(ins:InputStream):SliceChecksumDict; } }