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

zeroformatter.syntax.package.scala Maven / Gradle / Ivy

The newest version!
package zeroformatter

package object syntax {

  implicit final class FormatterSyntax[A: Formatter](val value: A) {

    def serialize: Array[Byte] = ZeroFormatter.serialize(value)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy