Class OpCallSerialize
java.lang.Object
com.io7m.cedarbridge.codegen.java.internal.serializers.OpAbstract
com.io7m.cedarbridge.codegen.java.internal.serializers.OpCallSerialize
- All Implemented Interfaces:
CBCGSerializerCallOperationType,Comparable<CBCGSerializerCallOperationType>
An operation that calls a serialize method.
-
Constructor Summary
ConstructorsConstructorDescriptionOpCallSerialize(int inOrder, String inFieldName) An operation that calls a serialize method. -
Method Summary
Methods inherited from class com.io7m.cedarbridge.codegen.java.internal.serializers.OpAbstract
programOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.cedarbridge.codegen.java.internal.serializers.CBCGSerializerCallOperationType
compareTo
-
Constructor Details
-
OpCallSerialize
An operation that calls a serialize method.- Parameters:
inOrder- The program orderinFieldName- The field name
-
-
Method Details
-
serialize
public com.io7m.jodist.CodeBlock serialize()- Returns:
- The code block to execute
-