Interface IGraphRootSerializer
Namespace: Ludiq.Bolt
Syntax
public interface IGraphRootSerializer
Methods
CanDeserializeGraphRoot(String)
Declaration
bool CanDeserializeGraphRoot(string data)
Parameters
| Type | Name | Description |
|---|---|---|
| String | data |
Returns
| Type | Description |
|---|---|
| Boolean |
DeserializeGraphRoot(String)
Declaration
IGraphRoot DeserializeGraphRoot(string data)
Parameters
| Type | Name | Description |
|---|---|---|
| String | data |
Returns
| Type | Description |
|---|---|
| IGraphRoot |
SerializeGraphRoot(IGraphRoot)
Declaration
string SerializeGraphRoot(IGraphRoot root)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraphRoot | root |
Returns
| Type | Description |
|---|---|
| String |