Fix Marshaler case.
This commit is contained in:
parent
69d1e17b80
commit
110956d936
|
@ -98,6 +98,7 @@ func (e *encoder) reflect_value(v reflect.Value) {
|
|||
panic(&MarshalerError{v.Type(), err})
|
||||
}
|
||||
e.write(data)
|
||||
return
|
||||
}
|
||||
|
||||
switch v.Kind() {
|
||||
|
|
Loading…
Reference in New Issue