ObjectStreamClass.Lookup(Class) Method

Definition

Find the descriptor for a class that can be serialized.

[Android.Runtime.Register("lookup", "(Ljava/lang/Class;)Ljava/io/ObjectStreamClass;", "")]
public static Java.IO.ObjectStreamClass? Lookup (Java.Lang.Class? cl);
[<Android.Runtime.Register("lookup", "(Ljava/lang/Class;)Ljava/io/ObjectStreamClass;", "")>]
static member Lookup : Java.Lang.Class -> Java.IO.ObjectStreamClass

Parameters

cl
Class

class for which to get the descriptor

Returns

the class descriptor for the specified class

Attributes

Remarks

Java documentation for java.io.ObjectStreamClass.lookup(java.lang.Class<?>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to