Skip to content

Try to serialize, then deserialize - got error #54

@alexk984

Description

@alexk984

Always have a error

Uncaught exception 'ProtocolBuffersInvalidProtocolBufferException' with message 'passed variable contains malformed byte sequence. or it contains unsupported tag

Tried to test serialize/parse

            $request = new BidRequest();
            $request->setId('111');
            $code = $request->serializeToString();
            $response = $request->parseFromString($this->data);

And still not working, why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions