Table of Contents

Enum MapEncoding

Namespace
ShapeShift.Schema
Assembly
ShapeShift.dll

Enumerates the ways a MapContract may be encoded.

public enum MapEncoding

Fields

KeyValuePairSequence = 1

The map is encoded as a vector of two-element key/value vectors.

This encoding is used when the key type is not string, so that arbitrary key types are preserved with full fidelity.

StringKeyedMap = 0

The map is encoded as a map of string keys to values.