ObjectStreamClass.Lookup(Class) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.