This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
Unbox 2.1
- You can now manually create
Unboxer
instances with either anUnboxableDictionary
orData
. This gives you more flexibility and control over the unboxing process (compared to callingunbox()
, which makes Unbox create anUnboxer
for you). - Unbox now correctly handles
Int32
,Int64
,UInt32
andUInt64
, even on 32 bit systems.