(accessor: string)
| 35 | export interface SerializerGenerator { |
| 36 | writeRef(accessor: string): string; |
| 37 | writeNoRef(accessor: string): string; |
| 38 | writeRefOrNull(accessor: string, assignStmt: (v: string) => string): string; |
| 39 | writeTypeInfo(accessor: string): string; |
| 40 | write(accessor: string): string; |
no outgoing calls
no test coverage detected