(reader io.Reader, templates []any)
| 14 | } |
| 15 | |
| 16 | func NewDeserializer(reader io.Reader, templates []any) *Deserializer { |
| 17 | return NewDeserializerWithContext(super.NewContext(), reader, templates) |
| 18 | } |
| 19 | |
| 20 | func NewDeserializerWithContext(sctx *super.Context, reader io.Reader, templates []any) *Deserializer { |
| 21 | u := sup.NewBSUPUnmarshaler() |
no test coverage detected