Serialize() private method

private Serialize ( ) : string
return string
コード例 #1
0
ファイル: Element.cs プロジェクト: hh22333/Ext.NET.Community
 public virtual Element Load(BaseLoadConfig config)
 {
     this.Call("load", new JRawValue(config.Serialize()));
     return this;
 }