Example #1
0
 public string Accept(TLong type, string json, string field)
 {
     return(DefaultSave(json, field));
 }
 public string Accept(TLong type, string bufName, string fieldName)
 {
     return($"{bufName}.WriteLong({fieldName});");
 }