[ https://issues.apache.org/jira/browse/TINKERPOP-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Valentyn Kahamlyk updated TINKERPOP-3163: ----------------------------------------- Description: All TinkerPop steps should be `Serializable`, but `CallStep` is not because contains not serializable {code:java} private ServiceCallContext ctx;{code} was: All TinkerPop steps should be `Serializable`, but `IndexStep` is not because contains not serializable {code:java} private Function<Iterator<?>, Object> indexer;{code} > CallStep serialization > ---------------------- > > Key: TINKERPOP-3163 > URL: https://issues.apache.org/jira/browse/TINKERPOP-3163 > Project: TinkerPop > Issue Type: Bug > Components: process > Affects Versions: 3.7.3 > Reporter: Valentyn Kahamlyk > Assignee: Cole Greer > Priority: Minor > Fix For: 3.7.4 > > > All TinkerPop steps should be `Serializable`, but `CallStep` is not because > contains not serializable > {code:java} > private ServiceCallContext ctx;{code} > > > > -- This message was sent by Atlassian Jira (v8.20.10#820010)