@nova It's a new and unique kind of serialization which saves people from having to make DTOs for their DBOs and stuff. Should decrease serialization code size by...50% maybe? And potentially improve performance by reducing two serialization steps (DTO transform + reflection-based serialization) to one step (optionally non-reflective serialization)
I call it SyncLib. 75-80% done, can't finish because procrastination + busy job.
@nova Oh and I designed it specifically for high performance. We'll see if the benchmarks agree.