Overload List
| Name | Description | |
|---|---|---|
| Implicit(Boolean) |
Implicit conversion operator from a boolean
to a Serializable.
| |
| Implicit(Byte) |
Implicit conversion operator from a byte
to a Serializable.
| |
| Implicit(array<Byte>[]()) |
Implicit conversion operator from an array of bytes
to a Serializable.
| |
| Implicit(Char) |
Implicit conversion operator from a character
to a Serializable.
| |
| Implicit(Double) |
Implicit conversion operator from a double
to a Serializable.
| |
| Implicit(array<Double>[]()) |
Implicit conversion operator from a double array
to a Serializable.
| |
| Implicit(Int16) |
Implicit conversion operator from a 16-bit integer
to a Serializable.
| |
| Implicit(array<Int16>[]()) |
Implicit conversion operator from a 16-bit integer array
to a Serializable.
| |
| Implicit(Int32) |
Implicit conversion operator from a 32-bit integer
to a Serializable.
| |
| Implicit(array<Int32>[]()) |
Implicit conversion operator from a 32-bit integer array
to a Serializable.
| |
| Implicit(Int64) |
Implicit conversion operator from a 64-bit integer
to a Serializable.
| |
| Implicit(array<Int64>[]()) |
Implicit conversion operator from a 64-bit integer array
to a Serializable.
| |
| Implicit(Single) |
Implicit conversion operator from a float
to a Serializable.
| |
| Implicit(array<Single>[]()) |
Implicit conversion operator from a float array
to a Serializable.
| |
| Implicit(String) |
Implicit conversion operator from a string
to a Serializable.
| |
| Implicit(array<String>[]()) |
Implicit conversion operator from a string array
to a Serializable.
|