lingpy / lingpy3

LingPy 3.0
GNU General Public License v3.0
1 stars 2 forks source link

Support for serialization #16

Closed xrotwang closed 7 years ago

xrotwang commented 7 years ago

We support custom serialization of objects as JSON via a lightweight protocol. This serialization can be used with a variant of the ops.run function to dump/load results of operations.

codecov-io commented 7 years ago

Current coverage is 87.86% (diff: 100%)

Merging #16 into master will increase coverage by 0.31%

@@             master        #16   diff @@
==========================================
  Files            50         52     +2   
  Lines          2972       3050    +78   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           2602       2680    +78   
  Misses          370        370          
  Partials          0          0          

Powered by Codecov. Last update 58c8e3a...948c15e