tl24 / jsonexserializer

Automatically exported from code.google.com/p/jsonexserializer
1 stars 1 forks source link

Use compiled expressions instead of reflection for performance #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Replace the reflection code for serialization/deserialization with compiled 
Linq expressions to improve performance.  Cache these in shared memory.

Original issue reported on code.google.com by elliott....@gmail.com on 24 Jan 2013 at 8:34