CustomPersistentDataTypeImpl

constructor(converter: PersistentDataType<P, I>, customClass: KClass<C>, toIntermediateFunc: (C) -> I, toCustomFunc: (I) -> C)(source)

Parameters

P

The primitive type.

I

The intermediate type.

C

The custom type.