Correctly serialize System.Reflection.Pointer
Version 4.5
This update addresses a problem with the logging serialization. wawa.Modules
is the only assembly with any changes, public or internal. This library has been recompiled as version 4.5 just to keep Unity's assembly conflict problems away.
MINOR
wawa.Modules
:
- Add
Wawa.Modules.Stringifier.ToHexString
, allowing for a proper string representation ofSystem.Reflection.Pointer
. - Use aforementioned method for internal use to properly serialize instances of
System.Reflection.Pointer
withinStringifier.Stringify
and its overload. This changes the return value of the function when serializing said values.