You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encode supports multiple formats allowing zeeo-copy transformations. Decode only works with InputStreams, which forces extra transformations (e.g. the format could decode byte[] directly, but we need to wrap it into InoutStream). Decode should support the same formats too.
Encode supports multiple formats allowing zeeo-copy transformations. Decode only works with
InputStreams
, which forces extra transformations (e.g. the format could decode byte[] directly, but we need to wrap it into InoutStream). Decode should support the same formats too.https://github.com/metosin/muuntaja/blob/master/README.md#encoding-format
The text was updated successfully, but these errors were encountered: