Package web5.sdk.rust
Object FfiConverterOptionalSequenceTypeVerificationMethodData
-
- All Implemented Interfaces:
-
web5.sdk.rust.FfiConverter,web5.sdk.rust.FfiConverterRustBuffer
public class FfiConverterOptionalSequenceTypeVerificationMethodData implements FfiConverterRustBuffer<List<VerificationMethodData>>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterOptionalSequenceTypeVerificationMethodDataINSTANCE
-
Method Summary
Modifier and Type Method Description List<VerificationMethodData>read(ByteBuffer buf)ULongallocationSize(List<VerificationMethodData> value)Unitwrite(List<VerificationMethodData> value, ByteBuffer buf)-
Methods inherited from class web5.sdk.rust.FfiConverterRustBuffer
lift, lower -
Methods inherited from class web5.sdk.rust.FfiConverter
liftFromRustBuffer, lowerIntoRustBuffer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
read
List<VerificationMethodData> read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(List<VerificationMethodData> value)
-
write
Unit write(List<VerificationMethodData> value, ByteBuffer buf)
-
-
-
-