CookieMarshaller

open class CookieMarshaller

Class to support marshal and unmarshal of Cookie Object

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private open var TAG: String

Functions

Link copied to clipboard
open fun marshal(@NonNull cookie: Cookie): String
Write out the Cookie Object to String
Link copied to clipboard
open fun unmarshal(@NonNull cookie: String): Cookie
Read a String Object and unmarshal to Cookie Object.