2.0.0-beta1: Major Refactor of API
Pre-release
Pre-release
- Significant API changes. The
Find
method now takes a type parameter
specifying the type to deserialize to. Note thatJToken
is not supported
for this. You can either deserialize to an arbitrary collection or to
model classes that use theMaxMind.Db.Constructor
and
MaxMind.Db.Parameter
attributes to identify the constructors and
parameters to deserialize to. - The API now significantly faster.