Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.io
Interface Externalizable

All Known Subinterfaces:
Credential, CredentialMap, DataSourceCredential, GenericCredential, PasswordCredential
All Known Implementing Classes:
CredentialMapImpl, PasswordCredentialImpl

public interface Externalizable


Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 

Method Detail

writeExternal

void writeExternal(ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

readExternal

void readExternal(ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.