Searched refs:JsonCodec (Results 1 – 1 of 1) sorted by relevance
55 pub struct JsonCodec<T, U>(PhantomData<(T, U)>); struct57 impl<T, U> Default for JsonCodec<T, U> { implementation63 impl<T, U> Codec for JsonCodec<T, U> implementation