The IConverter interface.
More...
The IConverter interface.
Definition at line 8 of file IConverter.cs.
◆ result
Generates a JSON string out of a simple Variant.
Gets the schema.
Parses a JSON string out of a complex Variant (flatbuffers).
Parses a JSON string out of a simple Variant.
Generates a JSON string out of a complex Variant (flatbuffers).
- Parameters
-
value | Value to set. |
indentStep | Indentation length for JSON string. |
- Returns
- Result of the method call.
- Exceptions
-
ArgumentNullException | Argument cannot be null. |
- Parameters
-
valueFlatbuffers | Value of the complex Variant (flatbuffers). |
typeFlatbuffers | Variant which contains the type (schema) of the flatbuffers. |
indentStep | Indentation length for JSON string. |
- Returns
- Result of the method call.
- Exceptions
-
ArgumentNullException | Argument cannot be null. |
- Parameters
-
json | Data of the Variant as a JSON string. |
- Returns
- Result of the method call.
- Exceptions
-
ArgumentNullException | Argument cannot be null. |
- Parameters
-
json | Data of the Variant as a JSON string. |
typeFlatbuffers | Variant which contains the type (schema) of the flatbuffers. |
- Returns
- Result of the method call.
- Exceptions
-
ArgumentNullException | Argument cannot be null. |
- Parameters
-
- Returns
- Result of the method call.
Definition at line 17 of file IConverter.cs.
◆ value
The documentation for this interface was generated from the following file:
- D:/Jenkins/workspace/sdk.datalayer.csharp/datalayer/IConverter.cs