MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / serialize

Method serialize

src/scripting/api/Display/Transform.ts:181–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 }
180
181 public serialize():Object {
182 return {
183 'mode': this.getMatrixType(),
184 'matrix': this.getMatrix().serialize()
185 };
186 }
187
188 }
189}

Callers

nothing calls this directly

Calls 3

getMatrixTypeMethod · 0.95
getMatrixMethod · 0.95
serializeMethod · 0.65

Tested by

no test coverage detected