Documentation Archive Developer
Search
PATH Documentation > WebObjects

Up

D2WKeyValueArchiver

Package: com.apple.client.directtoweb.common

Inherits from:java.lang.Object


Class Description

This class is used internally by other classes in WebObjects and should be considered private. It should not be used, subclassed, or replaced.

Method Types


Constructors
Static Constants

Private Methods


Constructors


com.apple.client.directtoweb.common.D2WKeyValueArchiver

public D2WKeyValueArchiver(D2WKeyValueArchivingDelegate delegate)

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

com.apple.client.directtoweb.common.D2WKeyValueArchiver

public D2WKeyValueArchiver()

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



interchangeClassKey
java.lang.String

This constant is intentionally undocumented.

valueKey
java.lang.String

This constant is intentionally undocumented.
Methods


dictionary

public Hashtable dictionary()

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



encodeBoolForKey

public void encodeBoolForKey(boolean aBoolean, String aString)

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



encodeIntForKey

public void encodeIntForKey(int anInt, String aString)

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



encodeObject

public void encodeObject(D2WKeyValueArchiving anObject)

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



encodeObjectForKey

public void encodeObjectForKey(Object anObject, String aString)

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



persistentString

public String persistentString()

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



© 2001 Apple Computer, Inc.