Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

XmlSerializer sgen.exe

Discussion in '2017.1 Beta' started by Foriero, Apr 14, 2017.

  1. Foriero

    Foriero

    Joined:
    Jan 24, 2012
    Posts:
    584
    Hi , in order to speed up xmlserializer loading ( deserialize ) times of our custom classes that were created with xsd.exe we want to use sgen.exe to create in memory classes that are otherwise dynamically generated by xmlserializer first time we load our xml file. Will this work with current 4.6 implementation?

    Thank you, M.