MCPcopy Create free account
hub / github.com/dipscope/TypeManager.TS / deserialize

Method deserialize

src/serializer-context.ts:370–373  ·  view source on GitHub ↗

* Deserializes provided value using context. * * @param {TypeLike } x Some value. * * @returns {TypeLike } Value deserialized by context.

(x: TypeLike<any>)

Source from the content-addressed store, hash-verified

368 * @returns {TypeLike<TObject>} Value deserialized by context.
369 */
370 public deserialize(x: TypeLike<any>): TypeLike<TObject>
371 {
372 return this.serializer.deserialize(x, this);
373 }
374
375 /**
376 * Defines reference.

Callers

nothing calls this directly

Calls 1

deserializeMethod · 0.65

Tested by

no test coverage detected