Cryo

object Cryo
Source:
Cryo.scala
class Object
trait Matchable
class Any
Cryo.type

Value members

Concrete methods

def bytes(json: Json): Int
Source:
Cryo.scala
def freeze(json: Json, allocateDirect: Boolean): ByteBuffer
Source:
Cryo.scala
def freeze(json: Json, bb: ByteBuffer): Unit
Source:
Cryo.scala
def thaw(bb: ByteBuffer): Json
Source:
Cryo.scala