
zeroformatter.syntax.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zero-formatter_2.12 Show documentation
Show all versions of zero-formatter_2.12 Show documentation
Implementation of ZeroFormatter in Scala
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