All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fluflu.msgpack.Unpacker.scala Maven / Gradle / Ivy

The newest version!
package fluflu.msgpack

import java.nio.ByteBuffer

trait Unpacker[A] {
  def apply(bytes: ByteBuffer): Either[Throwable, A]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy