io.github.vigoo.desert.custom

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def failDeserializerWith[T](failure: DesertFailure): Nothing

Attributes

Inherited from:
BinaryDeserializerOps
final def failSerializerWith(failure: DesertFailure): Nothing

Attributes

Inherited from:
BinarySerializerOps
final def getRef(value: RefId)(implicit ctx: DeserializationContext): Option[AnyRef]

Attributes

Inherited from:
BinaryDeserializerOps
final def getString(value: StringId)(implicit ctx: DeserializationContext): Option[String]

Attributes

Inherited from:
BinaryDeserializerOps
final def read[T : BinaryDeserializer]()(implicit evidence$1: BinaryDeserializer[T], ctx: DeserializationContext): T

Attributes

Inherited from:
BinaryDeserializerOps
final def readByte()(implicit ctx: DeserializationContext): Byte

Attributes

Inherited from:
BinaryDeserializerOps
final def readBytes(count: Int)(implicit ctx: DeserializationContext): Array[Byte]

Attributes

Inherited from:
BinaryDeserializerOps
final def readCompressedByteArray()(implicit ctx: DeserializationContext): Array[Byte]

Attributes

Inherited from:
BinaryDeserializerOps
final def readDouble()(implicit ctx: DeserializationContext): Double

Attributes

Inherited from:
BinaryDeserializerOps
final def readFloat()(implicit ctx: DeserializationContext): Float

Attributes

Inherited from:
BinaryDeserializerOps
final def readInt()(implicit ctx: DeserializationContext): Int

Attributes

Inherited from:
BinaryDeserializerOps
final def readLong()(implicit ctx: DeserializationContext): Long

Attributes

Inherited from:
BinaryDeserializerOps
def readRefOrValue[T <: AnyRef](storeReadReference: Boolean)(implicit codec: BinaryCodec[T], ctx: DeserializationContext): T

Attributes

Inherited from:
BinaryDeserializerOps
final def readShort()(implicit ctx: DeserializationContext): Short

Attributes

Inherited from:
BinaryDeserializerOps
final def readUnknown()(implicit ctx: DeserializationContext): Any

Attributes

Inherited from:
BinaryDeserializerOps
final def readVarInt(optimizeForPositive: Boolean)(implicit ctx: DeserializationContext): Int

Attributes

Inherited from:
BinaryDeserializerOps
final def storeReadRef(value: AnyRef)(implicit ctx: DeserializationContext): Unit

Attributes

Inherited from:
BinaryDeserializerOps
final def storeReadString(value: String)(implicit ctx: DeserializationContext): Unit

Attributes

Inherited from:
BinaryDeserializerOps
final def storeRef(value: AnyRef)(implicit ctx: SerializationContext): StoreRefResult

Attributes

Inherited from:
BinarySerializerOps
final def storeRefOrObject[T <: AnyRef](value: T)(implicit codec: BinaryCodec[T], ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def storeString(value: String)(implicit ctx: SerializationContext): StoreStringResult

Attributes

Inherited from:
BinarySerializerOps
final def write[U : BinarySerializer](value: U)(implicit evidence$1: BinarySerializer[U], ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def writeByte(value: Byte)(implicit ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def writeBytes(value: Array[Byte])(implicit ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def writeCompressedBytes(value: Array[Byte], level: Int)(implicit ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def writeDouble(value: Double)(implicit ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def writeFloat(value: Float)(implicit ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def writeInt(value: Int)(implicit ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def writeLong(value: Long)(implicit ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def writeShort(value: Short)(implicit ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def writeUnknown(value: Any)(implicit ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps
final def writeVarInt(value: Int, optimizeForPositive: Boolean)(implicit ctx: SerializationContext): Unit

Attributes

Inherited from:
BinarySerializerOps