Serializer
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Implements: | |
| Classpath: | Serializer |
| File last modified: | Monday, 16 May 2005, 13:44:35 |
Summary
Instance methods
- serialize (inObject:Object) : String
- This comment is written in class Serializer.
Instance methods
serialize
function serialize (
inObject:Object) : String
This comment is written in class Serializer.
My drawing was not a picture of a hat. It was a picture of a boa constrictor digesting an elephant. But since the grown-ups were not able to understand it, I made another drawing: I drew the inside of a boa constrictor, so that the grown-ups could see it clearly. They always need to have things explained.
TEST: 'Forgetting' to put "public" before the function definition - should result in implementing serialize from interface Serializable:
My drawing was not a picture of a hat. It was a picture of a boa constrictor digesting an elephant. But since the grown-ups were not able to understand it, I made another drawing: I drew the inside of a boa constrictor, so that the grown-ups could see it clearly. They always need to have things explained.
TEST: 'Forgetting' to put "public" before the function definition - should result in implementing serialize from interface Serializable:
Parameters:
inObject:
custom Serializable param comment
Returns:
- BaseSerializable return comment.#
Specified by: