/* */ }
/* */
/* 815 */ ObjectLocalMarshaller marshaller = wildcard.getUnresolvedMarshaller();
/* 816 */ if (marshaller != null)
/* */ {
/* 818 */ marshaller.marshal(this.ctx, o);
/* 819 */ return true;
/* */ }
/* */
/* 822 */ String msg = "Failed to marshal wildcard: neither class mapping was found for " + o.getClass() + "@" + o.hashCode() + " (toString: " + o + ") nor marshaller for unresolved classes was setup.";
/* */