animetrics / PlistCS

A C# Property List (plist) serialization library.
119 stars 67 forks source link

Fixed support for Long types #11

Open Apophenic opened 9 years ago

Apophenic commented 9 years ago

Attempting to parse a plist file with a value > Int32.Max would result in an OverflowException. Since plist format uses the same tag for 16, 32, and 64 bit integers, more explicit handling is needed when parsing / composing.