open fun register(type: Class<*>?): Registration
open fun register(type: Class<*>?, id: Int): Registration
open fun register(type: Class<*>?, serializer: Serializer<*>?): Registration
open fun register(registration: Registration?): Registration