How to send a series of values from processing to Arduino?

Hello

I have a series of numbers (some of them with two digits ,like 13,54,23,...) in processing and I want to send them to Arduino via Serial library.

Apparently I should do a data conversion in both platforms , but I don't know how to do it.

I appreciate if anyone can help.

There are some great tutorials / notes on the Tutorials page:

Serial communication happens in the form of bytes being transferred back and forth, so bigger / more complex data structures like ints, arrays or strings will need to be broken down or somehow represented using a stream of bytes.

Here's an interesting thread from the old forums that might help:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1219876104