The PrimitiveMap type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PrimitiveMap |
Methods
Name | Description | |
---|---|---|
![]() | CheckValidType | |
![]() | CheckValueType | |
![]() | Clear | |
![]() | Contains | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBool | |
![]() | GetByte | |
![]() | GetBytes | |
![]() | GetChar | |
![]() | GetDictionary | |
![]() | GetDouble | |
![]() | GetFloat | |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetInt | |
![]() | GetList | |
![]() | GetLong | |
![]() | GetShort | |
![]() | GetString | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | |
![]() | Marshal()()()() | |
![]() | Marshal(Stream) |
Marshals a PrimitiveMap directly to a Stream object. This
allows a client to write a PrimitiveMap in a compressed or
otherwise encoded form without this class needing to know
about it.
|
![]() ![]() | MarshalPrimitive | |
![]() ![]() | MarshalPrimitiveList | |
![]() ![]() | MarshalPrimitiveMap(IDictionary) |
Marshals the primitive type map to a byte array
|
![]() ![]() | MarshalPrimitiveMap(IDictionary, BinaryWriter) | |
![]() ![]() | MarshalPrimitiveMap(IDictionary, Stream) | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | |
![]() | SetBool | |
![]() | SetByte | |
![]() | SetBytes(String, array<Byte>[]()[][]) | |
![]() | SetBytes(String, array<Byte>[]()[][], Int32, Int32) | |
![]() | SetChar | |
![]() | SetDictionary | |
![]() | SetDouble | |
![]() | SetFloat | |
![]() | SetInt | |
![]() | SetList | |
![]() | SetLong | |
![]() | SetShort | |
![]() | SetString | |
![]() | SetValue | |
![]() | ToString |
Method ToString
(Overrides Object..::..ToString()()()().) |
![]() ![]() | Unmarshal(array<Byte>[]()[][]) |
Unmarshalls the map from the given data or if the data is null just
return an empty map
|
![]() ![]() | Unmarshal(Stream) |
Unmarshals a PrimitiveMap directly from a Stream object. This
allows for clients to read PrimitiveMaps from Compressed or other
wise encoded streams without this class needing to know about it.
|
![]() ![]() | UnmarshalPrimitive | |
![]() ![]() | UnmarshalPrimitiveList | |
![]() ![]() | UnmarshalPrimitiveMap(array<Byte>[]()[][]) |
Unmarshals the primitive type map from the given byte array
|
![]() ![]() | UnmarshalPrimitiveMap(BinaryReader) | |
![]() ![]() | UnmarshalPrimitiveMap(Stream) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | BIG_STRING_TYPE | |
![]() ![]() | BOOLEAN_TYPE | |
![]() ![]() | BYTE_ARRAY_TYPE | |
![]() ![]() | BYTE_TYPE | |
![]() ![]() | CHAR_TYPE | |
![]() ![]() | DOUBLE_TYPE | |
![]() ![]() | FLOAT_TYPE | |
![]() ![]() | INTEGER_TYPE | |
![]() ![]() | LIST_TYPE | |
![]() ![]() | LONG_TYPE | |
![]() ![]() | MAP_TYPE | |
![]() ![]() | NULL | |
![]() ![]() | SHORT_TYPE | |
![]() ![]() | STRING_TYPE |