Hi,

Twill does not do serialization for you. All it does is to instantiate the 
runnable via the default constructor and then call the initialize method. It is 
up to the runnable to initialize itself.

Terence

Sent from my iPhone

> On Feb 10, 2017, at 4:49 AM, Matteo Pelati <matteo.pel...@gmail.com> wrote:
> 
> Hello,
> 
> I'm working on BeansZoo (http://www.github.com/pelatimtt/beanszoo) and I'm
> planning to integrate Twill to run my containers on Yarn.
> 
> I have a simple question. How does Twill manage objects that are defined
> outside of a TwillRunnable but accessed from the code of TwillRunnable? Are
> those objects automatically serialized and made available to the container
> code ?
> 
> Thanks
> Matteo
> -- 
> Matteo Pelati
> Phone: +65-91149676
> Skype: matteop1976

Reply via email to