Added more comments

This commit is contained in:
Robinson 2021-07-01 20:13:54 +02:00
parent 649148dc08
commit 9d507f1937

View File

@ -22,7 +22,7 @@ import dorkbox.network.rmi.RmiUtils
*
* @param callbackId (LEFT) to know which callback to use when the object is created
* @param interfaceClassId (RIGHT) the Kryo interface class ID to create
* @param objectParameters the constructor parameters to create the object with
* @param objectParameters the constructor parameters to create the object with, can be null
*/
data class ConnectionObjectCreateRequest(val packedIds: Int, val objectParameters: Array<Any?>?) : RmiMessage {
override fun equals(other: Any?): Boolean {