ObjectMarshallingStrategy strategy = objectMarshallingStrategyStore
.getStrategyObject(object);
Integer index = context.getStrategyIndex(strategy);
_handle.setStrategyIndex(index.intValue());
_handle.setObject(ByteString.copyFrom(strategy.marshal(
context.strategyContext.get(strategy), context, object)));
}
return _handle.build();
}