
com.avsystem.commons.rpc.akka.serialization.ByteOrderImplicits.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-akka_2.12.0-RC2 Show documentation
Show all versions of commons-akka_2.12.0-RC2 Show documentation
AVSystem commons library for Scala
The newest version!
package com.avsystem.commons
package rpc.akka.serialization
import java.nio.ByteOrder
/**
* @author Wojciech Milewski
*/
private object ByteOrderImplicits {
implicit val order: ByteOrder = ByteOrder.LITTLE_ENDIAN
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy