()
| 403 | } |
| 404 | |
| 405 | func (a NonCompactedDoubleParent) MarshalJSON() ([]byte, error) { |
| 406 | type shadow NonCompactedDoubleParent |
| 407 | return param.MarshalObject(a, (*shadow)(&a)) |
| 408 | } |
| 409 | |
| 410 | func (a NonCompactedParent) MarshalJSON() ([]byte, error) { |
| 411 | type shadow NonCompactedParent |
nothing calls this directly
no test coverage detected