Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IJsonEncoder.cs
1
using
System;
2
using
System.Text;
3
using
Waher.Runtime.Inventory
;
4
5
namespace
Waher.Content.Json
6
{
10
public
interface
IJsonEncoder
:
IProcessingSupport
<Type>
11
{
18
void
Encode
(
object
Object,
int
? Indent, StringBuilder Json);
19
}
20
}
Waher.Content.Json.IJsonEncoder
Interface for encoding objects of certain types to JSON.
Definition:
IJsonEncoder.cs:11
Waher.Content.Json.IJsonEncoder.Encode
void Encode(object Object, int? Indent, StringBuilder Json)
Encodes the Object to JSON.
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
Waher.Content.Json
Definition:
IJsonEncoder.cs:6
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
IoTGateway
Content
Waher.Content
Json
IJsonEncoder.cs
Generated by
1.9.5