Type alias TableCodecClass
TableCodecClass: (abstract new (...args) => { [$SerializeForTable]: ((ctx) => ReturnType<SerDesFn<any>>); }) & { [$DeserializeForTable]: SerDesFn<TableDesCtx>; } Type declaration
- abstract new (...args): {
[$SerializeForTable]: ((ctx) => ReturnType<SerDesFn<any>>);
} Abstract
Returns {
[$SerializeForTable]: ((ctx) => ReturnType<SerDesFn<any>>);
}
[$SerializeForTable]: ((ctx) => ReturnType<SerDesFn<any>>)