API Reference
Class
OfficeDocumentReadResultJson
JSON serialization helpers for the shared OfficeIMO document read result envelope.
Inheritance
- Object
- OfficeDocumentReadResultJson
Methods
public static String Serialize(OfficeDocumentReadResult result, Boolean indented = false) #Returns:
StringSerializes a document read result into the stable OfficeIMO transport shape.
Parameters
- result OfficeIMO.Reader.OfficeDocumentReadResult
- Read result to serialize.
- indented System.Boolean = false
- When true, writes indented JSON for diagnostics and fixtures.
public static String ToJson(OfficeDocumentReadResult result, Boolean indented = false) #Returns:
StringSerializes a document read result into the stable OfficeIMO transport shape.
Parameters
- result OfficeIMO.Reader.OfficeDocumentReadResult
- Read result to serialize.
- indented System.Boolean = false
- When true, writes indented JSON for diagnostics and fixtures.