getDataFormat

open fun getDataFormat(object: Any): DataFormat

Static DataFormat loader for the specified class.

Return

the DataFormat

Parameters

object

the object you want the DataFormat for


open fun getDataFormat(clazz: Class<out Any>): DataFormat

Static DataFormat loader for the specified class.

Return

the DataFormat

Parameters

clazz

the class you want the DataFormat for