NormalizeData

trait NormalizeData[D]

Type class to render self-describing data into it base type D.

Type parameters:
D

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

class Object
trait Matchable
class Any

Value members

Abstract methods

def normalize(container: SelfDescribingData[D]): D

Render a piece of self-describing data into its base type D.

Render a piece of self-describing data into its base type D.