| Package | com.whirled.contrib.persist |
| Class | public class StringCookieProperty |
| Inheritance | StringCookieProperty CookiePropertyBase |
| Property | Defined by | ||
|---|---|---|---|
![]() | name : String | CookiePropertyBase | |
| stringValue : String [read-only]
| StringCookieProperty | ||
![]() | typeId : int | CookiePropertyBase | |
| value : Object [write-only]
| StringCookieProperty | ||
| Method | Defined by | ||
|---|---|---|---|
|
StringCookieProperty(manager:CookieManager, typeId:int, name:String, defaultValue:Object = null)
| StringCookieProperty | ||
|
deserialize(bytes:ByteArray):void
| StringCookieProperty | ||
|
serialize(bytes:ByteArray):void
| StringCookieProperty | ||
![]() |
toString():String
| CookiePropertyBase | |
| stringValue | property |
stringValue:String [read-only]Implementation
public function get stringValue():String
| value | property |
value:Object [write-only]Implementation
public function set value(value:Object):void
| StringCookieProperty | () | constructor |
public function StringCookieProperty(manager:CookieManager, typeId:int, name:String, defaultValue:Object = null)Parameters
manager:CookieManager |
|
typeId:int |
|
name:String |
|
defaultValue:Object (default = null) |
| deserialize | () | method |
public override function deserialize(bytes:ByteArray):voidParameters
bytes:ByteArray |
| serialize | () | method |
public override function serialize(bytes:ByteArray):voidParameters
bytes:ByteArray |