Method Pike.Encoder()->encode_object()


Method encode_object

mixed encode_object(object x)

Description

Return a value that Decoder()->decode_object() can use to recreate the object x.

Returns

Returns the result of calling x->_encode().