JsonSerializer.Serialize Method (TextWriter, Object, Type) |
Namespace:
Newtonsoft.Json
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic void Serialize(
TextWriter textWriter,
Object value,
Type objectType
)
Parameters
- textWriter
- Type: System.IO.TextWriter
- value
- Type: System.Object
- objectType
- Type: System.Type
See Also