static JsonEncoder() { typeComparer = new TypeComparer(); typeEncoders = new Dictionary <Type, EncodeMethod>(typeComparer); AddDefaults(); }