Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)
| Overload | Description |
|---|---|
| WriteValue(Object) | Writes the value. |
| WriteValue(Int32[]) | Encodes a single or multiple 32-bit signed integers using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Int64[]) | Encodes a single or multiple 64-bit signed integers using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Int16[]) | Encodes a single or multiple 16-bit signed integers using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Double[]) | Encodes a single or multiple double-precision floating-point numbers using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Single[]) | Encodes a single or multiple single-precision floating-point numbers using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Boolean[]) | Encodes a single or multiple boolean values using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Boolean) | Encodes a boolean value using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Double) | Encodes a double-precision floating point number using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Int32) | Encodes a 32-bit signed integer using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Single) | Encodes a single-precision floating point number using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Int64) | Encodes a 64-bit signed integer using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| WriteValue(Int16) | Encodes a 16-bit signed integer using Fast Infoset's binary encoding and writes the result at the current position in the element content. |
| (Inherited from | |
| (Inherited from | |
| (Inherited from |
.NET Framework
Supported in: 3.5, 3.0, 2.0.NET Compact Framework
Supported in: 3.5, 2.0Reference
XmlFastInfosetWriter ClassXmlFastInfosetWriter Members