View Single Post
Old 04-09-2007, 07:56 AM   #11
shillingworth
A Predatory Creeper
 
Join Date: Dec 2002
Server: Bertoxxulous
Posts: 251
Interface Author - Click to view interfaces
Default

Just finished integrating a property on all the elements I never knew about before (IsNullable), it tells the serializer to ignore this element if the value is null, 0, false, or empty. Code generation from EQUI_Inventory went from: Default untouched 3000, After re-generation 7853, After filtering null values 4477. I also learned about another serializer attribute called Order, it's suppose to order elements, so I'm going to study up on that as it may prove much faster than the way I'm doing it.
__________________

"Computers are like Air Conditioners, they stop working properly when you open Windows."
shillingworth is offline   Reply With Quote