Documentation Set for Swarm 2.0.1
Prev
Reference II. Collections Library
Next
ArchiverValue
Name
ArchiverValue -- Value encapsulation for serialization.
Description
Value encapsulation for serialization.
Protocols adopted by ArchiverValue
Create
Drop
RETURNABLE
Methods
Phase: Creating
-
setDouble:
(double)
val
-
setLongDouble:
(long double)
val
-
setFloat:
(float)
val
-
setLongLong:
(long long)
val
-
setChar:
(unsigned char)
val
-
setBoolean:
(BOOL)
val
-
setNil
Phase: Using
- (char)
getValueType
- (double)
getDouble
- (long double)
getLongDouble
- (float)
getFloat
- (long long)
getLongLong
- (int)
getInteger
- (unsigned)
getUnsigned
- (unsigned char)
getChar
- (BOOL)
getBoolean
-
getObject
-
lispOutShallow:
(id <OutputStream>)
stream
-
lispOutDeep:
(id <OutputStream>)
stream
- (void)
drop
Prev
Home
Next
ArchiverQuoted
Up
Array