Method | Description | |
---|---|---|
SetFileWriter ( string path ) : void |
Sets up this object to use T:TextWriter for specified file path. Use this method to emit the code to the file. This method sets P:TextWriter and FilePath property. |
|
SetNonFileWriter ( |
Sets up this object to use specified T:TextWriter. Use this method to emit the code to specified T:TextWriter instead of the file. Use SetFileWriter if you want to emit to the file. This method sets the P:TextWriter property with the argument, and sets |
Method | Description | |
---|---|---|
SerializerCodeInformation ( string typeFullName, string directory, string fileExtension ) : System |
public SetFileWriter ( string path ) : void | ||
path | string | The file path. |
return | void |
public SetNonFileWriter ( |
||
writer | The writer. | |
return | void |