Example #1
0
 protected internal override void Serialize(TextWriter w, T obj, JsonOptions options, string format, int tabDepth)
 {
     _innerSerializer.BaseSerialize(w, (Object)obj, options, format, tabDepth);
 }