Method | Description | |
---|---|---|
AppendJsonLike ( this sb, object obj ) : StringBuilder | ||
Describe ( this descriptor ) : string | ||
GenerateLoadEx ( this descriptor, IILGen ilGenerator, Action |
||
GenerateSaveEx ( this descriptor, IILGen ilGenerator, Action |
||
GenerateSkipEx ( this descriptor, IILGen ilGenerator, Action |
public static AppendJsonLike ( this sb, object obj ) : StringBuilder | ||
sb | this | |
obj | object | |
return | StringBuilder |
public static Describe ( this descriptor ) : string | ||
descriptor | this | |
return | string |
public static GenerateLoadEx ( this descriptor, IILGen ilGenerator, Action |
||
descriptor | this | |
ilGenerator | IILGen | |
pushReader | Action |
|
pushCtx | Action |
|
pushDescriptor | Action |
|
asType | ||
convertorGenerator | ITypeConvertorGenerator | |
return | void |
public static GenerateSaveEx ( this descriptor, IILGen ilGenerator, Action |
||
descriptor | this | |
ilGenerator | IILGen | |
pushWriter | Action |
|
pushCtx | Action |
|
pushSubValue | Action |
|
subValueType | ||
return | void |
public static GenerateSkipEx ( this descriptor, IILGen ilGenerator, Action |
||
descriptor | this | |
ilGenerator | IILGen | |
pushReader | Action |
|
pushCtx | Action |
|
return | void |