esexpr
package esexpr
Members list
Packages
package esexpr.unsigned
Type members
Classlikes
object DictCodec
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Dictionary
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Dictionary.type
enum ESExpr
Attributes
- Companion
- object
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ESExpr extends ESExprObjectPlatformSpecific
Attributes
object ESExprBinaryDecoder
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ESExprBinaryDecoder.type
object ESExprBinaryEncoder
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ESExprBinaryEncoder.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_ESExprCodec_BigIntobject given_ESExprCodec_Booleanobject given_ESExprCodec_Byteobject given_ESExprCodec_Chunkobject given_ESExprCodec_Doubleobject given_ESExprCodec_ESExprobject given_ESExprCodec_Floatobject given_ESExprCodec_IArrayobject given_ESExprCodec_Intobject given_ESExprCodec_Longobject given_ESExprCodec_Shortobject given_ESExprCodec_Stringobject given_ESExprCodec_UByteobject given_ESExprCodec_UIntobject given_ESExprCodec_ULongobject given_ESExprCodec_UShortShow all
object ESExprCodec
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ESExprCodec.type
open class ESExprDecodeException(message: String) extends ESExprException
Attributes
- Supertypes
-
class ESExprExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class DecodeError
open class ESExprException(message: String, cause: Throwable | Null) extends Exception
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
open class ESExprFormatException(message: String, cause: Throwable | Null) extends ESExprException
Attributes
- Supertypes
-
class ESExprExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ESExpr
object ESExprTag
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object OptionalValueCodec
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
OptionalValueCodec.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object StringTable extends StringTableObjectPlatformSpecific
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
StringTable.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object StringTable
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object VarargCodec
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
VarargCodec.type
case class constructor(name: String) extends StaticAnnotation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
final case class defaultValue[+A](value: A) extends StaticAnnotation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
case class dict() extends StaticAnnotation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
final case class inlineValue() extends StaticAnnotation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
final case class keyword(name: String) extends StaticAnnotation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
final case class optional() extends StaticAnnotation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
final case class simple() extends StaticAnnotation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
case class vararg() extends StaticAnnotation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
In this article