markov.serialize

Undocumented in source.

Members

Templates

hasDecodeProperty
template hasDecodeProperty(T, Input)

Checks if the type declares a compatible decode property.

hasEncodeProperty
template hasEncodeProperty(T, Output)

Checks if the type declares a compatible encode property.

isDecodable
template isDecodable(T, Input)

Checks a type is decodable from a given input type.

isEncodable
template isEncodable(T, Output)

Checks if a type is encoding into a given output type.

Meta