ZeroFormatter Versions Save

Infinitely Fast Deserializer for .NET, .NET Core and Unity.

1.6.4

7 years ago

fix including zfc.exe fix netstandard dll

1.6.3

7 years ago

modify resolver priority for extend types. add -u option for zfc.exe.

1.6.2

7 years ago

fixed serialize issue, serialize before value when mutate under non-tracked collections

1.6.1

7 years ago

fix zfc.exe

1.6.0

7 years ago

improvement performance.

  • add DirtyTracker.NullTracker property for use no use dirtytracker
  • fix no use DirtyTracker correctly
  • reduce garbage of deserialze class(use struct CacheSegment)

1.5.7

7 years ago

fix zfc.exe.

  • fix -d option does not work correctly
  • fix can't handle internal enum correctly
  • fix can't generate {get;} only struct

1.5.6

7 years ago

Fix bugs, Enum array can not serialize.

1.5.5

7 years ago

can serialize zero member struct improve Unity struct formatter serialization performance

1.5.4

7 years ago

Reduce IL2CPP generate code size on Unity Add zfc.exe option

  -g, --gencomparekeyonly       [optional, default=false]Don't generate in EnumEqualityComparer except dictionary key
  -n, --namespace=VALUE         [optional, default=ZeroFormatter]Set namespace root name

1.5.3

7 years ago

Add three new zfc option.

  -d, --disallowinternaltype    [optional, default=false]Don't generate internal type
  -e, --propertyenumonly,       [optional, default=false]Generate only property enum type only
  -m, --disallowinmetadata,     [optional, default=false]Don't generate in metadata type