TeamSirenix / odin-serializer

Fast, robust, powerful and extendible .NET serializer built for Unity

Home Page:http://www.odininspector.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odin deserialization, excluding unity deserializationy

yimianweishi opened this issue · comments

If I want to deserialize the data field(serializationData) after Odin serialization, what should I do? (serializationutility. Deserializevalue() is to deserialize the double serialization result after the default serialization of serializationdata field by unity. I only need to deserialize the data after Odin serialization)