public JSONPEncoderFactory()
 {
     encoder = new JSONPEncoder();
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="JSONPEncoderFactory" /> class.
 /// </summary>
 public JSONPEncoderFactory()
 {
     encoder = new JSONPEncoder();
 }