For example, let's say we've the following object graph: a.B.C.
I'd like to serialize just a.B, include all properties of B but exclude any association.
Is this possible with some setting on JsonSerializer? Am I forced to implement a  converter?