The ASEncoder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | encodeBlob |
Encodes a blob
|
![]() | encodeBoolean |
Encodes a boolean value
|
![]() | encodeCalendar |
Encodes date and time
|
![]() | encodeChar |
Encodes a character
|
![]() | encodeDouble |
Encodes a double
|
![]() | encodeFloat |
Encodes a float
|
![]() | encodeInt |
Encodes an integer
|
![]() | encodeLong |
Encodes a long (64-bit)
|
![]() | encodeNull |
Encodes the null value.
|
![]() | encodeObject |
Checks the type of the object and invokes the corresponding encode method
|
![]() | encodeSequenceEnd |
Encodes the end of sequence tag
|
![]() | encodeSequenceStart |
Encode sequence start
|
![]() | encodeShort |
Encodes a short
|
![]() | encodeString |
Encodes a string
|
![]() | encodeUChar |
Encodes an unsigned characater
|
![]() | encodeUInt |
Encodes an unsigned integer
|
![]() | encodeULong |
Encodes an unsigned long
|
![]() | encodeUShort |
Encodes an unsigned short
|
![]() | 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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |