|
You article states that the Castor generated code is larger than the C# code, partly due to the .marshal, .unmarshal and .validate methods.
Well, this doesn't have to be the case.
If you pass the SourceGenerator the -nomarshal flag, it will not generate these methods.
Then, you can use the Marshaller, Unmarshaller and Validator classes to get invoke this functionality.
|