MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getValueMarshaller

Method getValueMarshaller

valdi/src/valdi/android/JavaClassDelegate.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25Valdi::ValueMarshaller<JavaValue>* JavaClassDelegate::getValueMarshaller() const {
26 return _valueMarshaller;
27}
28
29void JavaClassDelegate::setValueMarshaller(Valdi::ValueMarshaller<JavaValue>* valueMarshaller) {
30 _valueMarshaller = valueMarshaller;

Callers 3

marshallObjectMethod · 0.45
unmarshallObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected