claunia / plist-cil

C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist
Other
54 stars 17 forks source link

XmlPropertyListParser: Support deserializing UID values #66

Closed qmfrederik closed 4 years ago

qmfrederik commented 4 years ago

Follow-up to #65, implementing the deserialization of UID values when reading XML property lists.

I'm not a huge fan of having to special-case deserializing dict nodes, but it appears the if statement is relatively inexpensive.

qmfrederik commented 4 years ago

@claunia ping :)

qmfrederik commented 4 years ago

@claunia Any chance of getting this merged? Thanks!

qmfrederik commented 4 years ago

Awesome, thanks!