[Mono-list] XML Serialization - difference between WinCLR and Mono runtime
Jonathan Pryor
jonpryor at vt.edu
Fri Jul 26 14:32:15 UTC 2013
On Jul 25, 2013, at 9:20 PM, MarLOne <InfoSeeker002 at gmail.com> wrote:
> Parden my ignorance in Mono, is there more than one sgen program in Ubuntu Mono?
"sgen" has two different meanings:
1. SGen is Mono's Simple Generational GC, now the default in Mono 3.2. You can explicitly opt-in to using the SGen GC by using `mono-sgen` or `mono --gc=sgen`.
2. SGEN is .NET's XML Serialization Generator Tool. Mono also has an `sgen` tool to generate XML serialization assemblies.
- Jon
More information about the Mono-list
mailing list