jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
510 stars 51 forks source link

Add lazy write through deserialization mode #167

Closed jamescourtney closed 3 years ago

jamescourtney commented 3 years ago

Special mode for making WriteThrough properties mutable in Lazy mode.

codecov[bot] commented 3 years ago

Codecov Report

Merging #167 (ae9aa13) into master (7134de8) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #167   +/-   ##
=======================================
  Coverage   93.43%   93.44%           
=======================================
  Files         107      107           
  Lines        7619     7627    +8     
  Branches      669      670    +1     
=======================================
+ Hits         7119     7127    +8     
  Misses        375      375           
  Partials      125      125           
Impacted Files Coverage Δ
src/FlatSharp/FlatBufferSerializerOptions.cs 81.81% <100.00%> (+2.87%) :arrow_up:
...tSharp/Serialization/DeserializeClassDefinition.cs 98.98% <100.00%> (+0.01%) :arrow_up:
src/FlatSharp/TypeModel/ITypeModelExtensions.cs 98.55% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7134de8...ae9aa13. Read the comment docs.