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

[Table of Contents]

D2WKeyValueArchiving


Implemented by:
AssistantPacket
ComponentConfiguration
Action
Settings
Property
PageConfiguration
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
decodeWithD2WKeyValueUnarchiver
encodeWithD2WKeyValueArchiver


Methods



decodeWithD2WKeyValueUnarchiver


public abstract void decodeWithD2WKeyValueUnarchiver(D2WKeyValueUnarchiver unarchiver)

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



encodeWithD2WKeyValueArchiver


public abstract void encodeWithD2WKeyValueArchiver(D2WKeyValueArchiver archiver)

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


[Table of Contents]