MCPcopy Create free account
hub / github.com/ReAPI-com/mcp-openapi / IResultSerializer

Interface IResultSerializer

src/core/interfaces/ISpecService.ts:198–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 * Interface for serializing operation and schema results
197 */
198export interface IResultSerializer {
199 /**
200 * Serialize an operation result to string
201 */
202 serializeOperation(result: LoadOperationResult): string;
203
204 /**
205 * Serialize a schema result to string
206 */
207 serializeSchema(result: LoadSchemaResult): string;
208}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected