object Json4s
- Alphabetic
- By Inheritance
- Json4s
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit final
val
Formats: Formats
Serializes and deserializes normal types plus some custom items.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
booleanSerializer: CustomSerializer[Boolean]
Boolean serializer covers cases when value represented as string.
-
val
byteSerializer: CustomSerializer[Byte]
Byte serializer covers cases when value represented as hexadecimal string.
-
val
charSerializer: CustomSerializer[Char]
Char serializer covers cases when value represented as hexadecimal string.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
doubleSerializer: CustomSerializer[Double]
Double serializer covers cases when value represented as string.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
floatSerializer: CustomSerializer[Float]
Float serializer covers cases when value represented as string.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
hrnSerializer: CustomSerializer[HRN]
Custom serializer for HRN.
-
val
intSerializer: CustomSerializer[Int]
Int serializer covers cases when value represented as string.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
layerIdSerializer: CustomSerializer[catalog.Layer.Id]
Custom serializer for com.here.platform.data.processing.catalog.Layer.Id.
-
val
longSerializer: CustomSerializer[Long]
Long serializer covers cases when value represented as string.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
shortSerializer: CustomSerializer[Short]
Short serializer covers cases when value represented as string.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()