(style sup.TypeStyle)
| 25 | } |
| 26 | |
| 27 | func (s *Serializer) Decorate(style sup.TypeStyle) { |
| 28 | s.marshaler.Decorate(style) |
| 29 | } |
| 30 | |
| 31 | func (s *Serializer) Write(v any) error { |
| 32 | rec, err := s.marshaler.Marshal(v) |
no outgoing calls
no test coverage detected