Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

[Table of Contents]

D2WKeyValueArchivingDelegate


Package:
com.apple.client.directtoweb.common

Interface Description



This interface is used internally by WebObjects and should be considered private. It should not be used or implemented.

Method Types


Private Methods
interchangeClassNameForObject
javaClassNameForInterchangeClassName


Methods



interchangeClassNameForObject


public abstract String interchangeClassNameForObject(D2WKeyValueArchiving anObject)

This method is intentionally undocumented. You should never have to invoke or customize it.



javaClassNameForInterchangeClassName


public abstract String javaClassNameForInterchangeClassName(String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.


[Table of Contents]