deserialize Plugin Info
Deserialize the plugin info into a specific type. This method is a convenience method meant to be used in Java, since Kotlin extension methods are painful to use in Java.
Return
the deserialized plugin info as type T
Parameters
deserializer
The deserializer to use. (e.g. T.Companion.serializer())