models icon indicating copy to clipboard operation
models copied to clipboard

add a Json<T> and Blob<T> type for serializable objects

Open tvallotton opened this issue 3 years ago • 0 comments

create a Json<T> type can hold any type T that implements Serialize and Deserialize. Json<T> probably using serde_json and Blob<T> or Bytes<T> using bincode. they should also implement Deref and DerefMut to T.

tvallotton avatar Sep 07 '21 01:09 tvallotton