public interface Transcoder<T>
T
decode(byte[] b)
byte[]
encode(T t)
T decode(byte[] b)
byte[] encode(T t)
Copyright © 2020 Spotify AB. All Rights Reserved.