org.ensime.sexp

formats

package formats

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. formats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BasicFormats extends AnyRef

  2. class BigDecimalConvertor[T] extends AnyRef

  3. trait CamelCaseToDashes extends AnyRef

    By default, S-Express uses the same field names in the wire format as the code.

  4. trait CollectionFormats extends AnyRef

    Support for anything with a CanBuildFrom.

  5. trait DefaultSexpProtocol extends BasicFormats with StandardFormats with CollectionFormats with LegacyProductFormats

  6. trait FamilyFormats extends LowPriorityFamilyFormats

    Automatically create product/coproduct marshallers (i.

  7. trait LegacyFamilyFormats extends AnyRef

    Helper methods for generating wrappers for types in a family, also known as "type hints".

  8. trait LegacyLowPriorityProductFormats extends AnyRef

  9. trait LegacyProductFormats extends LegacyLowPriorityProductFormats

  10. trait OptionAltFormat extends AnyRef

  11. trait SexpFormatHints extends AnyRef

  12. trait SexpFormats extends AnyRef

  13. trait StandardFormats extends ThreadLocalSupport

    Formats for data types that are so popular that you'd expect them to "just work".

  14. trait SymbolAltFormat extends AnyRef

Value Members

  1. object BigDecimalConvertor

  2. object BigIntConvertor

  3. object DefaultSexpProtocol extends DefaultSexpProtocol

  4. object SexpFormatUtils

    Utility methods for creating custom SexpFormats.

  5. def deserializationError(got: Sexp): Nothing

  6. def serializationError(msg: String): Nothing

Inherited from AnyRef

Inherited from Any

Ungrouped