- Home /
Question by
andymads · Jun 07, 2013 at 07:19 AM ·
.netassemblies
How and where is serialized data stored?
What I really want to know is if the serialized data in a released app can be easily viewed by a third party much like the .NET assemblies can be?
Comment
Best Answer
Answer by andymads · Jun 12, 2013 at 08:25 AM
I'll answer my own question. View the contents of the level files (level0, level1, etc) made by the build process and you can see the serialized data in there. You can easily see your strings.
Your answer
Follow this Question
Related Questions
Using a newer version of a library included in .net? 0 Answers
[iOS] Managed DLL cannot find references to .Net framework DLLs 1 Answer
Problem with StringReader or TextAsset not reading some characters 1 Answer
Unity switches MonoDevelop to .Net 3.5 constantly 0 Answers
Is it possible to reference .NET references and give up cross-platform? 1 Answer