28 lines
1.0 KiB
Java
28 lines
1.0 KiB
Java
|
package com.kofax.kmc.klo.logistics.webservice.ksoap;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
import o.C15280gmP;
|
||
|
import o.C15281gmQ;
|
||
|
import o.InterfaceC15279gmN;
|
||
|
import o.InterfaceC15578gue;
|
||
|
import o.InterfaceC15580gug;
|
||
|
import org.xmlpull.repackaged.v1.XmlPullParserException;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class MarshalByte implements InterfaceC15279gmN {
|
||
|
@Override // o.InterfaceC15279gmN
|
||
|
public Object readInstance(InterfaceC15578gue interfaceC15578gue, String str, String str2, C15281gmQ c15281gmQ) throws IOException, XmlPullParserException {
|
||
|
return Byte.valueOf(Byte.parseByte(interfaceC15578gue.l()));
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15279gmN
|
||
|
public void register(C15280gmP c15280gmP) {
|
||
|
C15280gmP.a(new Object[]{c15280gmP, c15280gmP.g, "byte", Byte.class, this}, -1296533552, 1296533555, System.identityHashCode(c15280gmP));
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15279gmN
|
||
|
public void writeInstance(InterfaceC15580gug interfaceC15580gug, Object obj) throws IOException {
|
||
|
interfaceC15580gug.i(obj.toString());
|
||
|
}
|
||
|
}
|