package codecs
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait BigIntAsJSON extends AnyRef
-
abstract
class
ListCodec[Code] extends CodecOperator[Code, Codec[Code]]
like the one in valuebases, but for LF-based lists
Value Members
- object BoolAsInt extends LiteralsCodec[Boolean, JSON]
- object BoolAsString extends EmbedStringToJSON
- object Codecs
- object LMFDBCoder extends Coder[JSON, Codec[JSON]]
- object StandardBool extends LiteralsCodec[Boolean, JSON]
- object StandardMatrix extends CodecOperator[JSON, Codec[JSON]]
- object StandardPolynomial extends Codec[JSON]
- object StandardVector extends CodecOperator[JSON, Codec[JSON]]
- object TMInt extends LiteralsCodec[BigInt, JSON] with BigIntAsJSON
- object TMList extends ListCodec[JSON]
- object TMNat extends LiteralsCodec[BigInt, JSON] with BigIntAsJSON
- object TMPos extends LiteralsCodec[BigInt, JSON] with BigIntAsJSON
- object TMString extends EmbedStringToJSON