예제 #1
0
 public abstract T Deserialize(TextReader reader, NetJSONSettings settings);
예제 #2
0
 public abstract T Deserialize(string value, NetJSONSettings settings);
예제 #3
0
 public abstract void Serialize(T value, TextWriter writer, NetJSONSettings settings);
예제 #4
0
 //With Settings
 public abstract string Serialize(T value, NetJSONSettings settings);