Author Topic: Serialized objects : differences between reduced and non-reduced objects  (Read 1837 times)

Offline atreyu64

  • byte
  • *
  • Posts: 44
    • View Profile
Hi,

I would like to know what are the differences between reduced and non-reduced serialized objects, and also why shouldn't we use reduced objects on desktop program ?

I've noticed that when I use a reduced object on desktop, loading time is faster and the serialized object takes less memory on disk than both obj and non-reduced serialized object. And it works great ! So why should I avoid using it on desktop ?

Thanks in advance, cheers !

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Serialized objects : differences between reduced and non-reduced objects
« Reply #1 on: January 18, 2015, 12:06:42 am »
The reduced format misses some data that the desktop version needs when using the software or the hybrid renderer. As long as you don't use those, you might be able to get away with it even on the desktop.