Method Pike.Encoder()->encode_object()
- Method
encode_object
mixedencode_object(objectx)- Description
Return a value that Decoder()->decode_object() can use to recreate the object
x.- Returns
Returns the result of calling
x->_encode().
mixed encode_object(object x)
Return a value that Decoder()->decode_object() can use
to recreate the object x.
Returns the result of calling x->_encode().