public override void ClearBody() { this.body = null; this.typeConverter = null; base.ClearBody(); }
public MapMessage(PrimitiveMap body) { this.body = body; this.typeConverter = new PrimitiveMapInterceptor(this, this.body); }