given_JsonSerializable_JsonElement

io.github.cakelier.tuples.space.JsonSerializable$.given_JsonSerializable_JsonElement$

The implementation of the JsonSerializable type-class for the JsonElement type.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def serialize(e: JsonElement): String

Serializes an object into a string using the JSON format specification.

Serializes an object into a string using the JSON format specification.

Value parameters

e

the object to serialize

Attributes

Returns

the serialized version of the object, in JSON format

Definition Classes