StringifyData

trait StringifyData[D]

Type class to render self-describing data into String.

Type parameters:
D

Any generic type that can represent a piece of self-describing data. (See also NormalizeData.)

class Object
trait Matchable
class Any

Value members

Abstract methods

def asString(container: SelfDescribingData[D]): String

Render a piece of self-describing data into String.

Render a piece of self-describing data into String.