object JsonSerializer
- Source
- JsonSerializer.scala
- Alphabetic
- By Inheritance
- JsonSerializer
- 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
-
def
apply[T](format: Format[T])(implicit arg0: ClassTag[T]): JsonSerializer[T]
Create a serializer for the PlayJsonSerializationRegistry, describes how a specific class can be read and written as json using separate play-json Reads and Writes
-
def
apply[T](implicit arg0: ClassTag[T], arg1: Format[T]): JsonSerializer[T]
Create a serializer for the PlayJsonSerializationRegistry, describes how a specific class can be read and written as json using separate play-json Reads and Writes
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compressed[T](format: Format[T])(implicit arg0: ClassTag[T]): JsonSerializer[T]
Create a serializer for the PlayJsonSerializationRegistry that will apply a GZIP compression when the generated JSON content is larger than
compress-larger-than
bytes, describes how a specific class can be read and written as json using separate play-json Reads and Writes. -
def
compressed[T](implicit arg0: ClassTag[T], arg1: Format[T]): JsonSerializer[T]
Create a serializer for the PlayJsonSerializationRegistry that will apply a GZIP compression when the generated JSON content is larger than
compress-larger-than
bytes, describes how a specific class can be read and written as json using separate play-json Reads and Writes. -
def
emptySingletonFormat[A](singleton: A): Format[A]
Creates a format that will serialize and deserialize a singleton to an empty js object
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
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()