Sub-Modules

type
OpaSerialize.options
=
{ 
Variant
  •    
    { 
    void
     
    server
     }
  • or 
    { 
    void
     
    client
     }
 
to
, 
Variant
  •    
    { 
    void
     
    local
     }
  • or 
    { 
    (
    void
    )
     
    distant
     }
  • or 
    { 
    void
     
    at_best
     }
 
closure
, 
(
string
void
)
 
serialize_closure_callback
 }
Name Summary
Default serialization options
Make an error message...
Finalize serialization from the intermediate format to an unserializable string.
Check and finish unserialize value. This function ensures that the returned value match with type .
Serialize in intermediate format according to a type.Note : must be have the type represented by i...
Serialize in intermediate format according to a type.Note : must be have the type represented by i...
Unserialize in intermediate format.
Serialize given value to string.
Serialize a value, given both the value and its typeNote : must be have the type represented by if...
Unserialize one value represented with string , and check if this value respect structure of type .
Unserialize a value of type
Unserialize the given string according to given type.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.