org.apache.predictionio.akkahttpjson4s
Automatic to and from JSON marshalling/unmarshalling using an in-scope *Json4s* protocol.
Pretty printing is enabled if an implicit Json4sSupport.ShouldWritePretty.True is in scope.
A => HTTP entity
A
type to encode, must be upper bounded by AnyRef
AnyRef
marshaller for any A value
HTTP entity => A
type to decode
unmarshaller for A
Automatic to and from JSON marshalling/unmarshalling using an in-scope *Json4s* protocol.
Pretty printing is enabled if an implicit Json4sSupport.ShouldWritePretty.True is in scope.