Interface IPolymorphicRequestWriter<T>
Namespace: Glitch9.IO.Json
Assembly: Glitch9.IO.dll
Syntax
public interface IPolymorphicRequestWriter<T> where T : class
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Edit this page View SourceWriteTo(JsonWriter, T, JsonSerializer)
Declaration
void WriteTo(JsonWriter writer, T value, JsonSerializer serializer)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonWriter | writer | |
| T | value | |
| JsonSerializer | serializer |