Package org.apache.nifi.serialization.record
package org.apache.nifi.serialization.record
-
ClassDescriptionAn implementation that is suitable for testing that does not serialize the data to an Output Stream but instead just buffers the data into an ArrayList and then provides that List of written records to the user.